IAscendingIntegerCollection Type

Sorted collection of integers, sorted so that the smallest integers come first.

Instance members

Instance member Description

this.Contains

Full Usage: this.Contains

Parameters:
    nValue : 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

nValue
is contained in this collection.

nValue : int

The integer value to test for membership.

Returns: bool

True if the integer value is member of the collection.

this.RangesAscending

Full Usage: this.RangesAscending

Returns: IEnumerable<ContiguousIntegerRange>
Modifiers: abstract

Returns: IEnumerable<ContiguousIntegerRange>

this.RangesDescending

Full Usage: this.RangesDescending

Returns: IEnumerable<ContiguousIntegerRange>
Modifiers: abstract

Returns: IEnumerable<ContiguousIntegerRange>