You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The injection and target methods have a mismatching number of generic parameters! The injection method must have less or the same number of generic paramters as the target!");
"The injection and target methods have a mismatching number of generic parameters! The injection method must have less or the same number of generic parameters as the target!");
172
172
173
173
Assert(
174
174
!hFlags.PassParametersByRef
@@ -293,6 +293,23 @@ public void Inject(Instruction startCode, int token = 0, InjectDirection directi
thrownewException("Could not find a suitable type to bind to the generic injection method. Try to manually instantiate the generic injection method before injecting.");
0 commit comments