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