SourceTextReader.Advance

Advance()

Increment the position.

public void Advance()

See Also


Advance(int)

The increment position on N

public void Advance(int n)
ParameterTypeDescription
nInt32The number.

See Also