System::Collections::Generic::SortedDictionaryPtr::SortedDictionaryPtr constructor
SortedDictionaryPtr::SortedDictionaryPtr() constructor
Constructs null pointer.
System::Collections::Generic::SortedDictionaryPtr<T, V>::SortedDictionaryPtr()
See Also
- Class SortedDictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
SortedDictionaryPtr::SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&) constructor
Constructs pointer to specified sorted dictionary.
System::Collections::Generic::SortedDictionaryPtr<T, V>::SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>> &obj)
Parameter | Type | Description |
---|---|---|
obj | const SharedPtr<SortedDictionary<T, V>>& | Dictionary to point to. |
See Also
- Typedef SharedPtr
- Class SortedDictionary
- Class SortedDictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Font for C++