Click or drag to resize

CommentToken Properties

The CommentToken type exposes the following members.

Properties
  NameDescription
Public propertyEndLine
Gets the Line at which this Token Ends.
(Inherited from BaseToken.)
Public propertyEndPosition
Gets the Column at which this Token Ends.
(Inherited from BaseToken.)
Public propertyLength
Gets the Length of the Tokens Value.
(Inherited from BaseToken.)
Public propertyStartLine
Gets the Line at which this Token Starts.
(Inherited from BaseToken.)
Public propertyStartPosition
Gets the Column at which this Token Starts.
(Inherited from BaseToken.)
Public propertyTokenType
Gets an arbitrary integer which indicates the Type of the Token.
(Inherited from BaseToken.)
Public propertyValue
Gets the String Value which this Token represents (if any).
(Inherited from BaseToken.)
Top
See Also