SortedList<TKey, TValue>::Comparer Property
.NET Framework (current version)
Gets the IComparer<T> for the sorted list.
Assembly: System (in System.dll)
Property Value
Type: System.Collections.Generic::IComparer<TKey>^The IComparable<T> for the current SortedList<TKey, TValue>.
Retrieving the value of this property is an O(1) operation.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: