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