DataSorterKeyCollection

DataSorterKeyCollection class

Rappresenta l’elenco delle chiavi dell’ordinatore di dati.

public class DataSorterKeyCollection : CollectionBase<DataSorterKey>

Costruttori

NomeDescrizione
DataSorterKeyCollection()Default_Costruttore

Proprietà

NomeDescrizione
Capacity { get; set; }
Count { get; }
Item { get; }Ottiene e impostaDataSorterKey per indice.
Item { get; set; }

Metodi

NomeDescrizione
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)

Guarda anche