SourceTextReader class

SourceTextReader class

Represents the SourceTextReader.

The SourceTextReader type exposes the following members:

Constructors

ConstructorDescription
initCreate the SourceTextReader

Properties

PropertyDescription
sourceGet rhe source.
positionGet the position.

Methods

MethodDescription
advanceIncrement the position.
advanceThe increment position on N
peekGet the character on position or Character.Null
peekGet the char.
backThe decrement position.
nextGet the next character and advance position.
resetReset position to index
get_line_readerGet the SourceTextReader

See Also