System::Collections::Generic::SortedList::SortedList constructeur

SortedList::SortedList() constructor

Construit une liste vide.

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

Voir aussi

SortedList::SortedList(const map_t&) constructor

Constructeur de copie.

System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const map_t &map)
ParamètreTypeDescription
mapconst map_t&Map à copier les données depuis.

Voir aussi

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

Construit une liste vide.

System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const SharedPtr<IComparer<TKey>> &comparer)
ParamètreTypeDescription
comparerconst SharedPtr<IComparer<TKey>>&Comparer à utiliser.

Voir aussi

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

Constructeur de copie.

System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const SharedPtr<IDictionary<TKey, TValue>> &src)
ParamètreTypeDescription
srcconst SharedPtr<IDictionary<TKey, TValue>>&Dictionary à copier les données depuis.

Voir aussi

SortedList::SortedList(int) constructor

Construit une liste vide.

System::Collections::Generic::SortedList<TKey, TValue>::SortedList(int capacity)
ParamètreTypeDescription
capacitéintNombre d’éléments à réserver.

Voir aussi