Sorted collection of integers, sorted so that the smallest integers come first.
Instance member | Description |
Full Usage:
this.Contains
Parameters:
int
-
The integer value to test for membership.
Returns: bool
True if the integer value is member of the collection.
Modifiers: abstract |
Returns true if the integer nValueis contained in this collection.
|
|
|
|
|