| SmartTestByteRange Property |
Creates a new range of byte
Namespace:
SmartTests
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax public static INumericType<byte> ByteRange { get; }
Public Shared ReadOnly Property ByteRange As INumericType(Of Byte)
Get
public:
static property INumericType<unsigned char>^ ByteRange {
INumericType<unsigned char>^ get ();
}
static member ByteRange : INumericType<byte> with get
Property Value
Type:
INumericTypeByteSee Also