mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 02:28:01 +02:00
Dynamic boxing
This commit is contained in:
parent
7036433e5d
commit
da5b81f419
14 changed files with 266 additions and 151 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue