SortedDictionaryPtr()

SortedDictionaryPtr::SortedDictionaryPtr() constructor

Constructs null pointer.

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

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)

Arguments

ParameterTypeDescription
objconst SharedPtr<SortedDictionary<T, V>>&Dictionary to point to.

See Also