Click or drag to resize

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; }

Property Value

Type: INumericTypeSByte
Remarks
It is obsolete now. You should use SByteRange instead.
See Also