ImmutableSortedSet<T>.Max Propiedad

Definición

Obtiene el valor máximo del conjunto ordenado inmutable, tal y como define el comparador.

public:
 property T Max { T get(); };
public T Max { get; }
public T? Max { get; }
member this.Max : 'T
Public ReadOnly Property Max As T

Valor de propiedad

T

Valor máximo del conjunto.

Comentarios

Paquete NuGet System.Collections.Immutable

Acerca de las colecciones inmutables y cómo instalar

Se aplica a