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