In This Topic
Determines whether the index of an item is in the bound of indexes of the
C1Stack ArrayList.
Syntax
'Declaration
Public Function IsIndexInBounds( _
ByVal As Integer _
) As Boolean
public bool IsIndexInBounds(
int
)
Parameters
- idx
- Specified index.
Return Value
True if the specified index is in the range from zero to the last index of the
C1Stack; otherwise, false.
See Also