Click or drag to resize

EditorTypeAttribute Constructor

Initializes a new instance of the EditorTypeAttribute class.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public EditorTypeAttribute(
	Type type
)

Parameters

type
Type: SystemType
The type.
See Also