| SmartTestInt32Range Property |
Creates a new range of int
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static INumericType<int> Int32Range { get; }
Public Shared ReadOnly Property Int32Range As INumericType(Of Integer)
Get
public:
static property INumericType<int>^ Int32Range {
INumericType<int>^ get ();
}
static member Int32Range : INumericType<int> with get
Property Value
Type:
INumericTypeInt32See Also