System::Collections::Generic::DictionaryPtr::DictionaryPtr constructor
DictionaryPtr::DictionaryPtr() constructor
Initializes null pointer.
System::Collections::Generic::DictionaryPtr<T, V>::DictionaryPtr()
See Also
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
DictionaryPtr::DictionaryPtr(const SharedPtr<Dictionary<T, V>>&) constructor
Converts pointer type.
System::Collections::Generic::DictionaryPtr<T, V>::DictionaryPtr(const SharedPtr<Dictionary<T, V>> &obj)
Parameter | Type | Description |
---|---|---|
obj | const SharedPtr<Dictionary<T, V>>& | Pointer to convert. |
See Also
- Typedef SharedPtr
- Class Dictionary
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++