SourceReader.Current Property
Definition
The character at the current position, or the NUL character '\0' if the reader is at the end of the file.
public char Current { get; }
Property Value
The current character.
The character at the current position, or the NUL character '\0' if the reader is at the end of the file.
public char Current { get; }
The current character.