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