Click or drag to resize

TypeConverterAttribute Constructor (Type)

Initializes a new instance of the TypeConverterAttribute class.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public TypeConverterAttribute(
	Type type
)

Parameters

type
Type: SystemType
Type of the type converter.
See Also