Imported Upstream version 5.14.0.139

Former-commit-id: 4f28317b4329b36d5affaa3634c0a5282733871f
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-06-20 08:21:24 +00:00
parent 5cffba8add
commit 251cb6b422
40 changed files with 113 additions and 37 deletions

View File

@ -172,7 +172,7 @@ namespace System.Reflection.Emit {
CreateDynMethod ();
deleg = Delegate.CreateDelegate (delegateType, this);
deleg = Delegate.CreateDelegate (delegateType, null, this);
return deleg;
}