Token Properties |
The Token type exposes the following members.
Name | Description | |
---|---|---|
HasTrailingComments |
True if there are any trailing comments.
(Overrides ParsedObjectHasTrailingComments.) | |
InDocComment |
True if inside a documentation comment.
(Overrides ParsedObjectInDocComment.) | |
IsComment |
True if the Token is a comment.
| |
IsCompilerDirective |
True if the Token is the start of a compiler directive.
| |
IsDocCommentStart |
True if the Token is the start of a documentation comment.
| |
IsDocCommentString |
True if the Token is a documentation comment string.
| |
IsDocCommentTag |
True if the Token is a documentation comment XML tag name.
| |
IsFirstOnLine |
True if the Token is the first one on the current line.
| |
IsIdentifier |
True if the Token is an identifier.
| |
IsNumeric |
True if the Token is numeric.
| |
IsSymbol |
True if the Token is a symbol.
| |
IsVerbatimString |
True if the Token is a verbatim string.
| |
NonVerbatimText |
Get the token text without any '$' and/or '@' prefix (if any).
|