Click or drag to resize

Token Properties

The Token type exposes the following members.

Properties
  NameDescription
Public propertyHasTrailingComments
True if there are any trailing comments.
(Overrides ParsedObjectHasTrailingComments.)
Public propertyInDocComment
True if inside a documentation comment.
(Overrides ParsedObjectInDocComment.)
Public propertyIsComment
True if the Token is a comment.
Public propertyIsCompilerDirective
True if the Token is the start of a compiler directive.
Public propertyIsDocCommentStart
True if the Token is the start of a documentation comment.
Public propertyIsDocCommentString
True if the Token is a documentation comment string.
Public propertyIsDocCommentTag
True if the Token is a documentation comment XML tag name.
Public propertyIsFirstOnLine
True if the Token is the first one on the current line.
Public propertyIsIdentifier
True if the Token is an identifier.
Public propertyIsNumeric
True if the Token is numeric.
Public propertyIsSymbol
True if the Token is a symbol.
Public propertyIsVerbatimString
True if the Token is a verbatim string.
Public propertyNonVerbatimText
Get the token text without any '$' and/or '@' prefix (if any).
Top
See Also