Index |
public class IndexSelection : AscendingIntegerCollection
The IndexSelection type exposes the following members.
Name | Description | |
---|---|---|
IndexSelection | Initializes a new instance of the IndexSelection class |
Name | Description | |
---|---|---|
Count |
Number of integer values stored in this collection
(Inherited from AscendingIntegerCollection) | |
Item |
Returns the integer stored at position C# i (Inherited from AscendingIntegerCollection) | |
LastSelection | Gets the last selected index. | |
RangesAscending | (Inherited from AscendingIntegerCollection) | |
RangesDescending | (Inherited from AscendingIntegerCollection) |
Name | Description | |
---|---|---|
Add(IAscendingIntegerCollection) |
Adds all values from another IAscendingIntegerCollection.
(Inherited from AscendingIntegerCollection) | |
Add(Int32) |
Adds an integer value to the collection.
(Inherited from AscendingIntegerCollection) | |
AddRange |
Adds an integer range given by start and count to the collection.
(Inherited from AscendingIntegerCollection) | |
Clear |
Clears the collection, i.e. removes all entries.
(Inherited from AscendingIntegerCollection) | |
Clone | (Inherited from AscendingIntegerCollection) | |
Contains |
Returns true, if the integer C# nValue (Inherited from AscendingIntegerCollection) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetEnumerator | (Inherited from AscendingIntegerCollection) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetNextRangeAscending |
Get the next range (i.e. a contiguous range of integers) in ascending order.
(Inherited from AscendingIntegerCollection) | |
GetNextRangeDescending |
Get the next range (i.e. a contiguous range of integers) in descending order.
(Inherited from AscendingIntegerCollection) | |
GetRangeCount |
Returns the number of integer ranges this collection represents.
(Inherited from AscendingIntegerCollection) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IsSelected | Determines whether the specified index nIndex is selected. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Remove |
Removes an integer value from the collection.
(Inherited from AscendingIntegerCollection) | |
RemoveAllAbove | (Inherited from AscendingIntegerCollection) | |
RemoveAt |
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) | |
Select | Selects the specified index nIndex, mimicking the behavior when using CTRL and SHIFT keys. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
_lastSelectedIndex | ||
_list | (Inherited from AscendingIntegerCollection) | |
_useExtendedSelectionBehaviour |