Costruttore System::Collections::Generic::SortedList::SortedList
Contenuti
[
Nascondere
]SortedList::SortedList() constructor
Costruisce una lista vuota.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList()
Vedi anche
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedList::SortedList(const map_t&) constructor
Costruttore di copia.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const map_t &map)
| Parametro | Tipo | Descrizione |
|---|---|---|
| mappa | const map_t& | Map da cui copiare i dati. |
Vedi anche
- Typedef map_t
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedList::SortedList(const SharedPtr<IComparer<TKey>>&) constructor
Costruisce una lista vuota.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const SharedPtr<IComparer<TKey>> &comparer)
| Parametro | Tipo | Descrizione |
|---|---|---|
| comparer | const SharedPtr<IComparer<TKey>>& | Comparer da usare. |
Vedi anche
- Typedef SharedPtr
- Class IComparer
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedList::SortedList(const SharedPtr<IDictionary<TKey, TValue>>&) constructor
Costruttore di copia.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const SharedPtr<IDictionary<TKey, TValue>> &src)
| Parametro | Tipo | Descrizione |
|---|---|---|
| src | const SharedPtr<IDictionary<TKey, TValue>>& | Dictionary da cui copiare i dati. |
Vedi anche
- Typedef SharedPtr
- Class IDictionary
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedList::SortedList(int) constructor
Costruisce una lista vuota.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(int capacity)
| Parametro | Tipo | Descrizione |
|---|---|---|
| capacità | int | Numero di elementi da riservare. |
Vedi anche
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Font for C++