Click or drag to resize

SmartTestUShort Property

Note: This API is now obsolete.

Creates a new range of ushort

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use UInt16Range, so that all ranges are named the same way")]
public static INumericType<ushort> UShort { get; }

Property Value

Type: INumericTypeUInt16
Remarks
It is obsolete now. You should use UInt16Range instead.
See Also