[]
        
Gets the expression at the specified index.
public Expression GetExpression(int index)
Public Function GetExpression(index As Integer) As Expression
| Type | Name | Description | 
|---|---|---|
| int | index | The expression index  | 
    
| Type | Description | 
|---|---|
| Expression | The expression at the specified index  |