Click or drag to resize

TokenQueue Properties

The TokenQueue type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of Tokens in the Queue.
(Overrides BaseTokenQueueCount.)
Public propertyLastTokenType
Gets the Token Type of the last Token dequeued.
(Inherited from BaseTokenQueue.)
Public propertyTokeniser
Sets the Tokeniser used by the Queue.
(Inherited from BaseTokenQueue.)
Public propertyTokens
Gets the underlying Queue of Tokens.
(Overrides BaseTokenQueueTokens.)
Public propertyTracing
Gets/Sets Tracing for the Token Queue.
(Inherited from BaseTokenQueue.)
Top
See Also