Class DelegateUtility
Namespace: Ludiq
Syntax
public static class DelegateUtility
Methods
BuildDynamicHandle(Type, Func<Object[], Object>)
Declaration
public static Delegate BuildDynamicHandle(Type delegateType, Func<object[], object> func)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | delegateType | |
| Func<Object[], Object> | func |
Returns
| Type | Description |
|---|---|
| Delegate |