[]
Represents an identifier in an expression, such as constants or enums.
public class IdentifierExpressionInfo : ExpressionInfo, IComparable
| Name | Description |
|---|---|
| IdentifierExpressionInfo(string, ExpressionResultType, ExpressionInfo, string) | Initializes a new instance of the ExpressionInfo class. |
| IdentifierExpressionInfo(string, ExpressionResultType, string) | Initializes a new instance of the ExpressionInfo class. |
| Name | Description |
|---|---|
| Identifier | Gets identifier name referenced by this expression. |
| Qualifier | Gets expression qualifier |
| Name | Description |
|---|---|
| Children() | Gets child sub-expressions. |
| Equals(ExpressionInfo) | Determines whether the specified ExpressionInfo object represents the same expression as this one. |
| GenerateExpressionString() | Generates expression string |
| GetHashCode() | Generates a HashCode for this expression. |