TokenReader<TKind>.AtEnd Property
Definition
Returns true if the reader is positioned at the last token, i.e. the end of file token, false otherwise.
public bool AtEnd { get; }
Property Value
Whether the reader is positioned at the last token or not.