SortedSet<T>.Min Propriedade
Definição
Obtém o valor mínimo no SortedSet<T>, conforme definido pelo comparador.Gets the minimum value in the SortedSet<T>, as defined by the comparer.
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 da propriedade
- T
O valor mínimo no conjunto.The minimum value in the set.
Comentários
Se o SortedSet<T> não tiver elementos, a Min propriedade retornará o valor padrão de T .If the SortedSet<T> has no elements, then the Min property returns the default value of T.