You've already forked linux-packaging-mono
Imported Upstream version 5.14.0.139
Former-commit-id: 4f28317b4329b36d5affaa3634c0a5282733871f
This commit is contained in:
parent
5cffba8add
commit
251cb6b422
@ -172,7 +172,7 @@ namespace System.Reflection.Emit {
|
||||
|
||||
CreateDynMethod ();
|
||||
|
||||
deleg = Delegate.CreateDelegate (delegateType, this);
|
||||
deleg = Delegate.CreateDelegate (delegateType, null, this);
|
||||
return deleg;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user