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