TokenizerNextCharacter Method |
Reads the next character from the input stream and stores it as the current
character.
Namespace:
Demo3D.Core.Factory.Expression
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic void NextCharacter()
Remarks
Stores the special null character if EOF is read.
See Also