| MacroExpression Properties |
The MacroExpression type exposes the following members.
| Name | Description | |
|---|---|---|
| Children |
Child expressions of the expression.
| |
| EndIndex |
Ending index of the expression in the source.
| |
| Name |
Name of the data member or method call.
| |
| Next |
Next expression to evaluate.
| |
| Parameters |
Parameters for the given expression; i.e. |(paramname)value expressions.
| |
| Parent |
Parent expression.
| |
| Previous |
Previous expression (the expression from which this expression is the next).
| |
| Priority |
Gets the element priority.
| |
| SourceElements |
Elements from the source expression.
| |
| StartIndex |
Starting index of the expression in the source.
| |
| Type |
Returns the expression type.
| |
| Value |
Value of the value expression (is null for expression types like method, property, etc.).
|