Finds the delegate to create instances of the specified type
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic Func<T> Find<T>()
where T : class
Public Function Find(Of T As Class) As Func(Of T)
member Find : unit -> Func<'T>  when 'T : not struct
Type Parameters
- T
- Type of the handler interface (usually derived from WidgetIHandler or another type)
Return Value
Type: 
FuncTThe delegate to use to create instances of the specified type
 See Also
See Also