GetDefaultKeyComparer()

SortedDictionary::GetDefaultKeyComparer() method

Singleton accessor function.

static SharedPtr<IComparer<typename BasePointerType<TKey>::type>> System::Collections::Generic::SortedDictionary<TKey, TValue>::GetDefaultKeyComparer()

Return Value

key default comparer.

See Also