[]
Gets the expression, as a Expression, of the object at the specified index.
Expression GetExpression(IExpressionConsumer obj, int index)
Function GetExpression(obj As IExpressionConsumer, index As Integer) As Expression
Type | Name | Description |
---|---|---|
IExpressionConsumer | obj | The object consumer. |
int | index | The index of the formula. |
Type | Description |
---|---|
Expression | The expression of the object at the specified index |