DictionaryPtr()

DictionaryPtr::DictionaryPtr() constructor

Initializes null pointer.

System::Collections::Generic::DictionaryPtr<T, V>::DictionaryPtr()

DictionaryPtr::DictionaryPtr(const SharedPtr<Dictionary<T, V>>&) constructor

Converts pointer type.

System::Collections::Generic::DictionaryPtr<T, V>::DictionaryPtr(const SharedPtr<Dictionary<T, V>> &obj)

Arguments

ParameterTypeDescription
objconst SharedPtr<Dictionary<T, V>>&Pointer to convert.

See Also