DataSorterKeyCollection
DataSorterKeyCollection class
Représente la liste des clés du trieur de données.
public class DataSorterKeyCollection : CollectionBase<DataSorterKey>
Constructeurs
Propriétés
Méthodes
| Nom | La 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) | |
Voir également