How to call a generic method A inside another generic method B using the generic parameter of B? #960
-
For example, I have two methods
What I want cecil do is to inject instructions into Test.A that makes it becomes
|
Beta Was this translation helpful? Give feedback.
Answered by
newbie-forever
Sep 22, 2024
Replies: 1 comment
-
Found answer, simply add make GenericInstanceMethod of B and GenericParameter of A into this instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
newbie-forever
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found answer, simply add make GenericInstanceMethod of B and GenericParameter of A into this instance.