ImmutableSortedSet<T>.Min Propiedad

Definición

Obtiene el valor mínimo del conjunto ordenado inmutable, tal y como define el comparador.

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

Valor de propiedad

T

Valor mínimo del conjunto.

Comentarios

Paquete NuGet System.Collections.Immutable

Acerca de las colecciones inmutables y cómo instalar

Se aplica a