System::Collections::Generic::SortedList::SortedList constructeur
Contenu
[
Cacher
]SortedList::SortedList() constructor
Construit une liste vide.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList()
Voir aussi
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedList::SortedList(const map_t&) constructor
Constructeur de copie.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const map_t &map)
| Paramètre | Type | Description |
|---|---|---|
| map | const map_t& | Map à copier les données depuis. |
Voir aussi
- Typedef map_t
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedList::SortedList(const SharedPtr<IComparer<TKey>>&) constructor
Construit une liste vide.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const SharedPtr<IComparer<TKey>> &comparer)
| Paramètre | Type | Description |
|---|---|---|
| comparer | const SharedPtr<IComparer<TKey>>& | Comparer à utiliser. |
Voir aussi
- Typedef SharedPtr
- Class IComparer
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
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ètre | Type | Description |
|---|---|---|
| src | const SharedPtr<IDictionary<TKey, TValue>>& | Dictionary à copier les données depuis. |
Voir aussi
- Typedef SharedPtr
- Class IDictionary
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedList::SortedList(int) constructor
Construit une liste vide.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(int capacity)
| Paramètre | Type | Description |
|---|---|---|
| capacité | int | Nombre d’éléments à réserver. |
Voir aussi
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++