Click or drag to resize

SmartTestEnum Property

Note: This API is now obsolete.

Creates a new range of Enum

Namespace:  SmartTests
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use EnumRange, so that there is no conflict with System.Enum")]
public static EnumType Enum { get; }

Property Value

Type: EnumType
Remarks
It is obsolete now. You should use EnumRange instead.
See Also