System::Collections::Generic::SortedListHelper class

SortedListHelper class

This helper class is used to mask virtual functions get_Keys get_Values that come from IDictionary interface and substitute these to the functions with different return type.

template<typename TKey,typename TValue>class SortedListHelper

Methods

MethodDescription
get_Keys() const
get_Values() const

See Also