Community

Doing it Faster: Delegate.CreateDelegate

(Jim Mischel) Since the runtime obviously can call the method directly (that is, MethodInfo.Invoke is able to call the method), it stands to reason that we should be able to do the same thing in our own code. And as it turns out, the .NET Framework has a facility for doing such a thing: the Delegate

Read More - Register for Free Membership