[]
Determines whether the expression at specified index is evaluated as an array parameter.
protected virtual bool IsArrayParameter(int argIndex)
Protected Overridable Function IsArrayParameter(argIndex As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | argIndex | An integer value indicates the index of the argument. |
Type | Description |
---|---|
bool |
|