Click or drag to resize

PlatformFind Method (Type)

Find the delegate to create instances of the specified type

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Func<Object> Find(
	Type type
)

Parameters

type
Type: SystemType
Type of the handler interface to get the instantiator for (usually derived from WidgetIHandler or another type)

Return Value

Type: FuncObject

[Missing <returns> documentation for "M:Eto.Platform.Find(System.Type)"]

See Also