C# Class DslConfig.Boo.DslEngines.BooFileInputAdapter

Inheritance: ICompilerInput
Show file Open project: johannes-brunner/DslConfig

Protected Properties

Property Type Description
input Boo.Lang.Compiler.IO.FileInput

Public Methods

Method Description
BooFileInputAdapter ( string url ) : System.Collections.Specialized
Open ( ) : TextReader

Method Details

BooFileInputAdapter() public method

public BooFileInputAdapter ( string url ) : System.Collections.Specialized
url string
return System.Collections.Specialized

Open() public method

public Open ( ) : TextReader
return System.IO.TextReader

Property Details

input protected property

protected FileInput,Boo.Lang.Compiler.IO input
return Boo.Lang.Compiler.IO.FileInput