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
)
Public Sub New (
initializerType As Type
)
new :
initializerType : Type -> ExportInitializerAttribute
Parameters
- initializerType
- Type: SystemType
Type of the initializer to create
See Also