SortedList<TKey, TValue>::Comparer Property

 

Gets the IComparer<T> for the sorted list.

Namespace:   System.Collections.Generic
Assembly:  System (in System.dll)

public:
property IComparer<TKey>^ Comparer {
	IComparer<TKey>^ get();
}

Retrieving the value of this property is an O(1) operation.

Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Return to top
Show: