mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-11 04:52:21 +02:00
Made .All not include dynamic boxing
This commit is contained in:
parent
ff56034eb2
commit
ecc4fe1ce5
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace System
|
||||||
Methods = 0x40,
|
Methods = 0x40,
|
||||||
DynamicBoxing = 0x80,
|
DynamicBoxing = 0x80,
|
||||||
//User = 0x100, // Internal Use
|
//User = 0x100, // Internal Use
|
||||||
All = 0xFF,
|
All = 0x7F, // Doesn't include dynamic boxing
|
||||||
|
|
||||||
ApplyToInnerTypes = 0x200,
|
ApplyToInnerTypes = 0x200,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue