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