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