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