فئة System::Collections::Generic::DictionaryPtr

DictionaryPtr class

Dictionary pointer class with operator overloads. This type is a pointer to manage other object’s deletion. It should be allocated on stack and passed to functions either by value or by const reference.

template<typename T,typename V>class DictionaryPtr : public System::SmartPtr<T0>
معاملالوصف
Tنوع المفتاح.
Vنوع القيمة.

الطرق

طريقةالوصف
DictionaryPtr()يُهيئ مؤشرًا فارغًا.
DictionaryPtr(const SharedPtr<Dictionary<T, V>>&)يحول نوع المؤشر.
operator[](const X&) constمشغل الوصول للعمل مع تحويل نوع المفتاح.
operator[](const T&) constمشغل الوصول.

انظر أيضًا