System::Collections::Generic::SortedListHelper 类

SortedListHelper class

此辅助类用于屏蔽来自 IDictionary 接口的虚函数 get_Keys、get_Values,并将其替换为返回类型不同的函数。

template<typename TKey,typename TValue>class SortedListHelper

方法

方法描述
get_Keys() const
get_Values() const

另见