System::Collections::Generic::DictionaryPtr::DictionaryPtr costruttore
DictionaryPtr::DictionaryPtr() constructor
Inizializza un puntatore nullo.
System::Collections::Generic::DictionaryPtr<T, V>::DictionaryPtr()
Vedi anche
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
DictionaryPtr::DictionaryPtr(const SharedPtr<Dictionary<T, V>>&) constructor
Converte il tipo puntatore.
System::Collections::Generic::DictionaryPtr<T, V>::DictionaryPtr(const SharedPtr<Dictionary<T, V>> &obj)
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | const SharedPtr<Dictionary<T, V>>& | Puntatore da convertire. |
Vedi anche
- Typedef SharedPtr
- Class Dictionary
- Class DictionaryPtr
- Namespace System::Collections::Generic
- Library Aspose.Page for C++