C# Class DslConfig.Boo.DslEngines.BooFileInputAdapter

Inheritance: ICompilerInput
Afficher le fichier Open project: johannes-brunner/DslConfig

Protected Properties

Свойство Type Description
input Boo.Lang.Compiler.IO.FileInput

Méthodes publiques

Méthode Description
BooFileInputAdapter ( string url ) : System.Collections.Specialized
Open ( ) : TextReader

Method Details

BooFileInputAdapter() public méthode

public BooFileInputAdapter ( string url ) : System.Collections.Specialized
url string
Résultat System.Collections.Specialized

Open() public méthode

public Open ( ) : TextReader
Résultat System.IO.TextReader

Property Details

input protected_oe property

protected FileInput,Boo.Lang.Compiler.IO input
Résultat Boo.Lang.Compiler.IO.FileInput