Click or drag to resize

ANTLRReaderStream Constructor (TextReader, Int32)

Initializes a new instance of the ANTLRReaderStream class

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public ANTLRReaderStream(
	TextReader r,
	int size
)

Parameters

r
Type: System.IOTextReader

[Missing <param name="r"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ANTLRReaderStream.#ctor(System.IO.TextReader,System.Int32)"]

size
Type: SystemInt32

[Missing <param name="size"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ANTLRReaderStream.#ctor(System.IO.TextReader,System.Int32)"]

See Also