ComparablePropertyDefinition<T>.Maximum Property

Definition

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

Property Value

Applies to