DataSorterKeyCollection
DataSorterKeyCollection class
Represents the key list of data sorter.
public class DataSorterKeyCollection : CollectionBase<DataSorterKey>
Constructors
Properties
Methods
Name |
Description |
BinarySearch(DataSorterKey) |
|
BinarySearch(DataSorterKey, IComparer<DataSorterKey>) |
|
BinarySearch(int, int, DataSorterKey, IComparer<DataSorterKey>) |
|
Clear() |
|
Contains(DataSorterKey) |
|
CopyTo(DataSorterKey[]) |
|
CopyTo(DataSorterKey[], int) |
|
CopyTo(int, DataSorterKey[], int, int) |
|
Exists(Predicate<DataSorterKey>) |
|
Find(Predicate<DataSorterKey>) |
|
FindAll(Predicate<DataSorterKey>) |
|
FindIndex(Predicate<DataSorterKey>) |
|
FindIndex(int, Predicate<DataSorterKey>) |
|
FindIndex(int, int, Predicate<DataSorterKey>) |
|
FindLast(Predicate<DataSorterKey>) |
|
FindLastIndex(Predicate<DataSorterKey>) |
|
FindLastIndex(int, Predicate<DataSorterKey>) |
|
FindLastIndex(int, int, Predicate<DataSorterKey>) |
|
GetEnumerator() |
|
IndexOf(DataSorterKey) |
|
IndexOf(DataSorterKey, int) |
|
IndexOf(DataSorterKey, int, int) |
|
LastIndexOf(DataSorterKey) |
|
LastIndexOf(DataSorterKey, int) |
|
LastIndexOf(DataSorterKey, int, int) |
|
RemoveAt(int) |
|
See Also