Creates a LateBoundMethod delegate from a MethodInfo structure Basically creates a dynamic delegate instance (code) on the fly.
public static LateBoundMethod Create(MethodInfo method)
Parameters
method
Overloads:
See also:
Class DelegateFactory© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic