System::Collections::Generic::SortedDictionaryPtr فئة

SortedDictionaryPtr class

مؤشر القاموس المرتب مع عوامل الوصول. هذا النوع هو مؤشر لإدارة حذف الكائنات الأخرى. يجب تخصيصه على المكدس وتمريره إلى الدوال إما بالقيمة أو بالمرجع الثابت.

template<typename T,typename V>class SortedDictionaryPtr : public System::SmartPtr<SortedDictionary<T, V>>

الطرق

طريقةالوصف
operator[](const T&) constدالة وصول.
SortedDictionaryPtr()ينشئ مؤشرًا فارغًا.
SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&)ينشئ مؤشرًا إلى القاموس المرتب المحدد.

انظر أيضًا