| Int32TypeMaxValue Property |
Maximum value for type T
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override int MaxValue { get; }
Protected Overrides ReadOnly Property MaxValue As Integer
Get
protected:
virtual property int MaxValue {
int get () override;
}
abstract MaxValue : int with get
override MaxValue : int with get
Property Value
Type:
Int32See Also