Click or drag to resize

InputTypeAttribute Constructor

Initializes a new instance of the InputTypeAttribute class.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public InputTypeAttribute(
	Type acceptedType
)

Parameters

acceptedType
Type: SystemType
The type accepted as input.
See Also