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