| SmartTestUInt Property |
Note: This API is now obsolete.
Creates a new range of uint
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use UInt32Range, so that all ranges are named the same way")]
public static INumericType<uint> UInt { get; }
<ObsoleteAttribute("Use UInt32Range, so that all ranges are named the same way")>
Public Shared ReadOnly Property UInt As INumericType(Of UInteger)
Get
public:
[ObsoleteAttribute(L"Use UInt32Range, so that all ranges are named the same way")]
static property INumericType<unsigned int>^ UInt {
INumericType<unsigned int>^ get ();
}
[<ObsoleteAttribute("Use UInt32Range, so that all ranges are named the same way")>]
static member UInt : INumericType<uint32> with get
Property Value
Type:
INumericTypeUInt32Remarks
It is obsolete now. You should use
UInt32Range instead.
See Also