| NumericTypeT, TTypeMinValue Property |
Minimum value for type T
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected abstract T MinValue { get; }
Protected MustOverride ReadOnly Property MinValue As T
Get
protected:
virtual property T MinValue {
T get () abstract;
}
abstract MinValue : 'T with get
Property Value
Type:
TSee Also