| SmartTestUInt16Range Property |
Creates a new range of ushort
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static INumericType<ushort> UInt16Range { get; }
Public Shared ReadOnly Property UInt16Range As INumericType(Of UShort)
Get
public:
static property INumericType<unsigned short>^ UInt16Range {
INumericType<unsigned short>^ get ();
}
static member UInt16Range : INumericType<uint16> with get
Property Value
Type:
INumericTypeUInt16See Also