Click or drag to resize

PlatformFindT Method

Finds the delegate to create instances of the specified type

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Func<T> Find<T>()
where T : class

Type Parameters

T
Type of the handler interface (usually derived from WidgetIHandler or another type)

Return Value

Type: FuncT
The delegate to use to create instances of the specified type
See Also