[]
Determines whether the evaluated result depends on all values from the argument.
protected virtual bool IsExplicitPrecedent(int argIndex)
Protected Overridable Function IsExplicitPrecedent(argIndex As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | argIndex | An integer value indicates the index of the argument. |
| Type | Description |
|---|---|
| bool |
|