mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 09:27:59 +02:00
Improved boxed value support in attribute data
This commit is contained in:
parent
2dcc9552e2
commit
a34e5a737d
10 changed files with 222 additions and 9 deletions
|
@ -312,7 +312,7 @@ namespace System.Reflection
|
|||
|
||||
mixin AddArg(int argIdx, var arg, void* argPtr, Type paramType, bool splat)
|
||||
{
|
||||
var argType = arg.VariantType;
|
||||
var argType = arg.RawVariantType;
|
||||
void* dataPtr = arg.DataPtr;
|
||||
bool isPtrToPtr = false;
|
||||
bool isValid = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue