TokenElementList Class Members
In This Topic
The following tables list the members exposed by TokenElementList.
Public Constructors
Public Fields
Public Properties
| Name | Description |
 | TokenType | Overridden.
The type of token
|
Top
Public Methods
| Name | Description |
 | Add | |
 | AddRange | |
 | GetEnumerator | |
 | HasFunctionCalls | Overridden. Indicates whether this token (or any of its descendants) is a FunctionCallToken.Indicates whether this token (or any of its descendants) is a FunctionCallToken. |
 | HasVariableReferences | Overridden. Indicates whether this token (or any of its descendants) is a VariableToken.Indicates whether this token (or any of its descendants) is a VariableToken. |
 | ListFunctionCalls | Overridden.
Lists all function calls in this element or any of its descendants
Lists all function calls in this element or any of its descendants
|
 | ListVariableReferences | Overridden.
Lists all variable references in this element or any of its descendants
Lists all variable references in this element or any of its descendants
|
 | ToString | Overloaded. Overridden. Returns a string that represents the current object. |
Top
Extension Methods
See Also