Click or drag to resize

PlatformCreateT Method

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 T Create<T>()

Type Parameters

T
Type of handler to create

Return Value

Type: T
A new instance of a handler
Remarks
This extension should be used when creating instances of a fixed type.
See Also