[]
Gets the lower index and upper index of the argument group that contains the specified argument.
bool GetGroupedArguments(int index, out int lowerIndex, out int upperIndex)
Function GetGroupedArguments(index As Integer, ByRef lowerIndex As Integer, ByRef upperIndex As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | index | The index of the argument. |
int | lowerIndex | The lower index of the argument group. |
int | upperIndex | The upper index of the argument group. |
Type | Description |
---|---|
bool |
|