C
C#3y 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.
2 Replies
Thinker
ThinkerOP3y ago
Delegate.CreateDelegate also exists but that also takes a Type for the specific delegate type. nvm probably don't need this
Accord
Accord3y ago
✅ This post has been marked as answered!

Did you find this page helpful?