Costruttore System::Collections::Generic::SortedList::SortedList

SortedList::SortedList() constructor

Costruisce una lista vuota.

System::Collections::Generic::SortedList<TKey, TValue>::SortedList()

Vedi anche

SortedList::SortedList(const map_t&) constructor

Costruttore di copia.

System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const map_t &map)
ParametroTipoDescrizione
mappaconst map_t&Map da cui copiare i dati.

Vedi anche

SortedList::SortedList(const SharedPtr<IComparer<TKey>>&) constructor

Costruisce una lista vuota.

System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const SharedPtr<IComparer<TKey>> &comparer)
ParametroTipoDescrizione
comparerconst SharedPtr<IComparer<TKey>>&Comparer da usare.

Vedi anche

SortedList::SortedList(const SharedPtr<IDictionary<TKey, TValue>>&) constructor

Costruttore di copia.

System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const SharedPtr<IDictionary<TKey, TValue>> &src)
ParametroTipoDescrizione
srcconst SharedPtr<IDictionary<TKey, TValue>>&Dictionary da cui copiare i dati.

Vedi anche

SortedList::SortedList(int) constructor

Costruisce una lista vuota.

System::Collections::Generic::SortedList<TKey, TValue>::SortedList(int capacity)
ParametroTipoDescrizione
capacitàintNumero di elementi da riservare.

Vedi anche