[]
        
(Showing Draft Content)

C1.Win.C1Command.C1Stack.IsIndexInBounds

IsIndexInBounds Method

IsIndexInBounds(int)

Determines whether the index of an item is in the bound of indexes of the C1Stack ArrayList.

Declaration
public bool IsIndexInBounds(int idx)
Parameters
Type Name Description
int idx

Specified index.

Returns
Type Description
bool

True if the specified index is in the range from zero to the last index of the C1Stack; otherwise, false.