Click or drag to resize

IndexSelection Methods

The IndexSelection type exposes the following members.

Methods
 NameDescription
Public methodAdd(IAscendingIntegerCollection) Adds all values from another IAscendingIntegerCollection.
(Inherited from AscendingIntegerCollection)
Public methodAdd(Int32) Adds an integer value to the collection.
(Inherited from AscendingIntegerCollection)
Public methodAddRange Adds an integer range given by start and count to the collection.
(Inherited from AscendingIntegerCollection)
Public methodClear Clears the collection, i.e. removes all entries.
(Inherited from AscendingIntegerCollection)
Public methodClone
(Inherited from AscendingIntegerCollection)
Public methodContains Returns true, if the integer
C#
nValue
is contained in this collection.
(Inherited from AscendingIntegerCollection)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetEnumerator
(Inherited from AscendingIntegerCollection)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetNextRangeAscending Get the next range (i.e. a contiguous range of integers) in ascending order.
(Inherited from AscendingIntegerCollection)
Public methodGetNextRangeDescending Get the next range (i.e. a contiguous range of integers) in descending order.
(Inherited from AscendingIntegerCollection)
Public methodGetRangeCount Returns the number of integer ranges this collection represents.
(Inherited from AscendingIntegerCollection)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsSelected Determines whether the specified index nIndex is selected.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRemove Removes an integer value from the collection.
(Inherited from AscendingIntegerCollection)
Public methodRemoveAllAbove
(Inherited from AscendingIntegerCollection)
Public methodRemoveAt Removes an integer at a given position from the collection (e.g. in general not the integer you provide as argument is removed (!)).
(Inherited from AscendingIntegerCollection)
Public methodSelect Selects the specified index nIndex, mimicking the behavior when using CTRL and SHIFT keys.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also