SourceTextReader.Peek

Peek()

Get the character on position or Character.Null

public char Peek()

Return Value

the character on position or Character.Null

See Also


Peek(int)

Get the char.

public char Peek(int delta)
ParameterTypeDescription
deltaInt32The delta.

Return Value

The char at the positon + delta or Character.Null

See Also