Creates invocation delegate for the static method represented by the given MethodInfo.
Declaring type: Extensions
Namespace: Zyan.Communication.Toolbox
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static T CreateDelegate<T> (
        MethodInfo method
) 
where T  : class
Type Parameters
T

There is no description.

Parameters
method

There is no description.

Return Value

There is no description.