C# 클래스 DslConfig.Boo.DslEngines.BooFileInputAdapter

상속: ICompilerInput
파일 보기 프로젝트 열기: johannes-brunner/DslConfig

보호된 프로퍼티들

프로퍼티 타입 설명
input Boo.Lang.Compiler.IO.FileInput

공개 메소드들

메소드 설명
BooFileInputAdapter ( string url ) : System.Collections.Specialized
Open ( ) : TextReader

메소드 상세

BooFileInputAdapter() 공개 메소드

public BooFileInputAdapter ( string url ) : System.Collections.Specialized
url string
리턴 System.Collections.Specialized

Open() 공개 메소드

public Open ( ) : TextReader
리턴 System.IO.TextReader

프로퍼티 상세

input 보호되어 있는 프로퍼티

protected FileInput,Boo.Lang.Compiler.IO input
리턴 Boo.Lang.Compiler.IO.FileInput