C#C
C#4y ago
Thinker

Create a `Delegate` from a `MethodInfo` [Answered]

I need to create a Delegate (the class) from a MethodInfo. I know MethodInfo.CreateDelegate exists, but that is specifically for turning it into a delegate matching the method signature, and I can't find anything about creating specifically a Delegate.
Was this page helpful?