Skip to content

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

View source

Property Value

Boolean

Whether the reader is positioned at the last token or not.