System.Collections.Generic.SortedList<TKey,TValue>.Comparer Property

Gets the IComparer`1 for the sorted list.

Syntax

public IComparer<TKey> Comparer { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

Namespace: System.Collections.Generic
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0