System::Collections::Generic::SortedDictionary::SortedDictionary constructor
inhoud
[
verbergen
]SortedDictionary::SortedDictionary() constructor
Construeert een leeg woordenboek.
System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary()
Zie ook
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedDictionary::SortedDictionary(const SharedPtr<IComparer<typename BasePointerType<TKey>::type>>&) constructor
Construeert een leeg woordenboek.
System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary(const SharedPtr<IComparer<typename BasePointerType<TKey>::type>> &comparer)
| Parameter | Type | Beschrijving |
|---|---|---|
| comparer | const SharedPtr<IComparer<typename BasePointerType<TKey>::type>>& | Comparer om te gebruiken. |
Zie ook
- Typedef SharedPtr
- Class IComparer
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedDictionary::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>>&) constructor
Copy-constructor.
System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>> &src)
| Parameter | Type | Beschrijving |
|---|---|---|
| src | const SharedPtr<IDictionary<TKey, TValue>>& | Brondictionary om gegevens van te kopiëren. |
Zie ook
- Typedef SharedPtr
- Class IDictionary
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
SortedDictionary::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>>&, const SharedPtr<IComparer<typename BasePointerType<TKey>::type>>&) constructor
Copy-constructor.
System::Collections::Generic::SortedDictionary<TKey, TValue>::SortedDictionary(const SharedPtr<IDictionary<TKey, TValue>> &src, const SharedPtr<IComparer<typename BasePointerType<TKey>::type>> &comparer)
| Parameter | Type | Beschrijving |
|---|---|---|
| src | const SharedPtr<IDictionary<TKey, TValue>>& | Brondictionary om gegevens van te kopiëren. |
| comparer | const SharedPtr<IComparer<typename BasePointerType<TKey>::type>>& | Comparer om te gebruiken. |
Zie ook
- Typedef SharedPtr
- Class IDictionary
- Class IComparer
- Class SortedDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++