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-2024 • Updated: 06/29/24
Comment or report problem with topic