A Sandcastle Documented Class Library
ScannerHasNext Method |
Checks if there is more processable input. Ignores whitespace.
Namespace: R3_Language
Assembly: R3_Language (in R3_Language.exe) Version: 1.0.0.0 (1.0.0.0)

public bool HasNext()
Public Function HasNext As Boolean
public: bool HasNext()
member HasNext : unit -> bool
Return Value
Type: Booleanbool for if there is processable char in scanner
