| DecimalTypeMinValue Property |
Minimum value for type T
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override decimal MinValue { get; }
Protected Overrides ReadOnly Property MinValue As Decimal
Get
protected:
virtual property Decimal MinValue {
Decimal get () override;
}
abstract MinValue : decimal with get
override MinValue : decimal with get
Property Value
Type:
DecimalSee Also