C# 클래스 Schemin.AST.ScheminPort

상속: IScheminType
파일 보기 프로젝트 열기: imphasing/schemin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Closed bool
InputStream TextReader
OutputStream System.IO.TextWriter
Type PortType

공개 메소드들

메소드 설명
BoolValue ( ) : ScheminBool
Equal ( IScheminType type ) : bool
Equivalent ( IScheminType type ) : bool
ScheminPort ( Stream stream, PortType type ) : System
ScheminPort ( TextReader inputStream ) : System
ScheminPort ( TextWriter outputStream ) : System
ToString ( ) : string

메소드 상세

BoolValue() 공개 메소드

public BoolValue ( ) : ScheminBool
리턴 ScheminBool

Equal() 공개 메소드

public Equal ( IScheminType type ) : bool
type IScheminType
리턴 bool

Equivalent() 공개 메소드

public Equivalent ( IScheminType type ) : bool
type IScheminType
리턴 bool

ScheminPort() 공개 메소드

public ScheminPort ( Stream stream, PortType type ) : System
stream Stream
type PortType
리턴 System

ScheminPort() 공개 메소드

public ScheminPort ( TextReader inputStream ) : System
inputStream TextReader
리턴 System

ScheminPort() 공개 메소드

public ScheminPort ( TextWriter outputStream ) : System
outputStream System.IO.TextWriter
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Closed 공개적으로 프로퍼티

public bool Closed
리턴 bool

InputStream 공개적으로 프로퍼티

public TextReader InputStream
리턴 TextReader

OutputStream 공개적으로 프로퍼티

public TextWriter,System.IO OutputStream
리턴 System.IO.TextWriter

Type 공개적으로 프로퍼티

public PortType Type
리턴 PortType