System::Collections::Generic::SortedDictionaryPtr 类

SortedDictionaryPtr class

已排序字典指针,带访问运算符。此类型是用于管理其他对象删除的指针。它应在栈上分配,并以值或 const 引用方式传递给函数。

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

方法

方法描述
operator[](const T&) const访问器函数。
SortedDictionaryPtr()构造空指针。
SortedDictionaryPtr(const SharedPtr<SortedDictionary<T, V>>&)构造指向指定排序字典的指针。

另见