ImmutableSortedSet<T>.KeyComparer Propriedade

Definição

Obtém o comparador usado para classificar chaves no conjunto classificado 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 da propriedade

O comparador usado para classificar chaves.

Comentários

Pacote NuGet System.Collections.Imutable

Sobre coleções imutáveis e como instalar

Aplica-se a