ComparablePropertyDefinition<T>.Minimum Property

Definition

public:
 property Nullable<T> Minimum { Nullable<T> get(); };
public T? Minimum { get; }
member this.Minimum : Nullable<'T (requires 'T : struct)>
Public ReadOnly Property Minimum As Nullable(Of T)

Property Value

Applies to