double? Maximum { get; set; }
Property Maximum As Double? Get Set
property Nullable<double> Maximum { Nullable<double> get (); void set (Nullable<double> value); }
abstract Maximum : Nullable<float> with get, set
In This Article