Click or drag to resize

TypeConverterAttribute Constructor (String)

Initializes a new instance of the TypeConverterAttribute class.

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

Parameters

typeName
Type: SystemString
Type name of the type converter.
See Also