1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 02:28:01 +02:00

Dynamic boxing

This commit is contained in:
Brian Fiete 2020-09-14 11:18:24 -07:00
parent 7036433e5d
commit da5b81f419
14 changed files with 266 additions and 151 deletions

View file

@ -46,9 +46,11 @@ namespace System
Constructors = 0x10,
StaticMethods = 0x20,
Methods = 0x40,
All = 0x7F,
DynamicBoxing = 0x80,
//User = 0x100, // Internal Use
All = 0xFF,
ApplyToInnerTypes = 0x80,
ApplyToInnerTypes = 0x200,
}
public enum AttributeFlags