Creates a new instance of the handler of the specified type of T
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Public Function Create(Of T) As T
member Create : unit -> 'T
Type Parameters
- T
- Type of handler to create
Return Value
Type:
TA new instance of a handler
Remarks
This extension should be used when creating instances of a fixed type.
See Also