Skip to content

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; }

View source

Property Value

Char

The current character.