[This is preliminary documentation and is subject to change.]
The TokenParser Token Attribute type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| TokenParser Token Attribute | Initializes a new instance of the TokenParser Token Attribute class |
Methods
| Name | Description | |
|---|---|---|
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 | ||
Serves as the default hash function. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| ContentIndex |
Attribute body index in content string
| |
| ContentLength |
Attribute body length in content string
| |
| Index |
Attribute index (0-based position) within token tag parse order
| |
| Name |
Represents token's attribute name
| |
| Value |
Represents token's attribute value
|
See Also