SortedListHelper

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
SharedPtr<IList<TKey>> get_Keys() const
SharedPtr<IList<TValue>> get_Values() const

See Also