IScanner Members
Include Protected Members
Include Inherited Members
Used as the interface for a language parser in a language service.
The IScanner type exposes the following members.
Methods
Name | Description | |
---|---|---|
ScanTokenAndProvideInfoAboutIt | Parses the next language token from the current line and returns information about it. | |
SetSource | Sets the line to be parsed. |
Top