[]
Determines whether the function accepts CalcReference values for the specified argument.
public virtual bool AcceptsReference(int i)
Public Overridable Function AcceptsReference(i As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | i | Index of the argument |
Type | Description |
---|---|
bool | True if the function accepts CalcReference values for the specified argument; false otherwise |