| SmartTestUInt32Range Property |
Creates a new range of uint
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static INumericType<uint> UInt32Range { get; }
Public Shared ReadOnly Property UInt32Range As INumericType(Of UInteger)
Get
public:
static property INumericType<unsigned int>^ UInt32Range {
INumericType<unsigned int>^ get ();
}
static member UInt32Range : INumericType<uint32> with get
Property Value
Type:
INumericTypeUInt32See Also