[]
Determines whether the index of an item is in the bound of indexes of the C1Stack ArrayList.
public bool IsIndexInBounds(int idx)
Type | Name | Description |
---|---|---|
int | idx | Specified index. |
Type | Description |
---|---|
bool | True if the specified index is in the range from zero to the last index of the C1Stack; otherwise, false. |