System::Collections::Generic::SortedList::SortedList constructor
Contenido
[
Ocultar
]SortedList::SortedList() constructor
Construye una lista vacía.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList()
Ver también
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedList::SortedList(const map_t&) constructor
Constructor de copia.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const map_t &map)
| Parámetro | Tipo | Descripción |
|---|---|---|
| map | const map_t& | Mapa del que copiar datos. |
Ver también
- Typedef map_t
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedList::SortedList(const SharedPtr<IComparer<TKey>>&) constructor
Construye una lista vacía.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const SharedPtr<IComparer<TKey>> &comparer)
| Parámetro | Tipo | Descripción |
|---|---|---|
| comparer | const SharedPtr<IComparer<TKey>>& | Comparer para usar. |
Ver también
- Typedef SharedPtr
- Class IComparer
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedList::SortedList(const SharedPtr<IDictionary<TKey, TValue>>&) constructor
Constructor de copia.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(const SharedPtr<IDictionary<TKey, TValue>> &src)
| Parámetro | Tipo | Descripción |
|---|---|---|
| src | const SharedPtr<IDictionary<TKey, TValue>>& | Dictionary para copiar datos de. |
Ver también
- Typedef SharedPtr
- Class IDictionary
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedList::SortedList(int) constructor
Construye una lista vacía.
System::Collections::Generic::SortedList<TKey, TValue>::SortedList(int capacity)
| Parámetro | Tipo | Descripción |
|---|---|---|
| capacidad | int | Número de elementos a reservar. |
Ver también
- Class SortedList
- Namespace System::Collections::Generic
- Library Aspose.Page for C++