Click or drag to resize

TokenizerEndOfInput Property

Checks whether the scanner is at the end of the input.

Namespace:  BibtexLibrary.Tokenizer
Assembly:  BibtexLibrary.Standard (in BibtexLibrary.Standard.dll) Version: 1.4.4
Syntax
C#
public bool EndOfInput { get; }

Property Value

Type: Boolean
See Also