Click or drag to resize

AsynchronousBufferedTokenQueue Properties

The AsynchronousBufferedTokenQueue type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of Tokens in the Queue.
(Inherited from TokenQueue.)
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.
(Inherited from TokenQueue.)
Public propertyTracing
Gets/Sets Tracing for the Token Queue.
(Inherited from BaseTokenQueue.)
Top
See Also