Click or drag to resize

ExportInitializerAttribute Constructor

Initializes a new instance of the PlatformInitializerAttribute class

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

Parameters

initializerType
Type: SystemType
Type of the initializer to create
See Also