Click or drag to resize

ReaderInput Constructor

Creates an instance of ReaderInput.

Namespace:  Syntactik.Compiler.IO
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public ReaderInput(
	string name,
	TextReader reader
)

Parameters

name
Type: SystemString
File name associated with the input.
reader
Type: System.IOTextReader
Underlying TextReader
See Also