Summary
Creates a delegate of the specified type from `method`.
- Assembly
- Weaver
.dll - Namespace
- Weaver
- Containing Type
- ReflectionUtilities
Syntax
public static void GetDelegate<T>(this MethodInfo method, out T del) where T : class
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
method | MethodInfo | |
del | T |
Return Value
Type | Description |
---|---|
void |