[]
Returns the specified parameter being passed to the function.
public Expression GetArg(int i)
Public Function GetArg(i As Integer) As Expression
Type | Name | Description |
---|---|---|
int | i | Index of the parameter (or argument) |
Type | Description |
---|---|
Expression | Parameter |