ExpressionType Enumeration
In This Topic
Represents the expression type
Members
| Member | Description |
| array | Specifies the array type |
| boolean | Specifies the boolean type |
| error | Specifies the error type |
| expand | Specifies the expand type |
| function | Specifies the function type |
| missingArgument | Specifies the missing argument type |
| name | Specifies the name type |
| number | Specifies the number type |
| operator | Specifies the operator type |
| parentheses | Specifies the parenthesses type |
| reference | Specifies the reference type |
| spillReference | Specifies the spill reference type |
| string | Specifies the string type |
| structReference | Specifies the struct reference type |
| unknow | Specifies the unknow type |
Inheritance Hierarchy
Object
GC.Spread.CalcEngine.ExpressionType
See Also