Click or drag to resize

TokenizerNextCharacter Method

Reads the next character from the input stream and stores it as the current character.

Namespace:  Demo3D.Visuals.KJE.Expressions
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void NextCharacter()
Remarks
Stores the special null character if EOF is read.
See Also