[This is preliminary documentation and is subject to change.]
The TokenParser Token type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| TokenParser Token | Initializes a new instance of the TokenParser Token class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
Determines whether the specified object is equal to the current object. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
Serves as the default hash function. (Inherited from | ||
| (Inherited from | ||
Gets the (Inherited from | ||
| (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Implements the (Inherited from | ||
| (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| Obsolete. (Inherited from | ||
| Content |
A string representing whole token body, in between open and close chars
| |
| (Inherited from | ||
| (Inherited from | ||
| Obsolete. Gets or sets the object that can dispense hash codes. (Inherited from | ||
| (Inherited from | ||
| (Inherited from | ||
| IsSimpleText |
True if a token represents literal text that gets embedded in response as is
| |
| (Inherited from | ||
| (Inherited from | ||
| Item String | ||
| (Inherited from | ||
| Name |
A string representing token name - first identifier within token content
| |
| (Inherited from | ||
| (Inherited from |
See Also