Imported Upstream version 6.0.0.299

Former-commit-id: 58c3002e8712d6dd8574da4588af7a17eca4547f
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-06-13 09:02:23 +00:00
parent c5924726bf
commit a63e3f0156
55 changed files with 65 additions and 56 deletions

View File

@ -365,4 +365,12 @@
clt.un
ret
}
.method public hidebysig static !!T& Unbox<valuetype .ctor ([mscorlib]System.ValueType) T> (object 'box') cil managed aggressiveinlining
{
.maxstack 1
ldarg.0
unbox !!T
ret
}
}