ImmutableSortedSet<T>.KeyComparer Propriedade

Definição

Obtém o comparador usado para ordenar as chaves no conjunto ordenado imutável.

public:
 property System::Collections::Generic::IComparer<T> ^ KeyComparer { System::Collections::Generic::IComparer<T> ^ get(); };
public System.Collections.Generic.IComparer<T> KeyComparer { get; }
member this.KeyComparer : System.Collections.Generic.IComparer<'T>
Public ReadOnly Property KeyComparer As IComparer(Of T)

Valor de Propriedade

O comparador era usado para ordenar as chaves.

Aplica-se a