| 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
Syntaxpublic Func<Object> Find(
	Type type
)
Public Function Find ( 
	type As Type
) As Func(Of Object)
member Find : 
        type : Type -> Func<Object> 
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
See Also