mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +02:00
Dynamic boxing
This commit is contained in:
parent
7036433e5d
commit
da5b81f419
14 changed files with 266 additions and 151 deletions
|
@ -151,6 +151,10 @@ namespace IDE.ui
|
|||
typeName.Clear(); typeName.Append(optionsName, "mReflectAlwaysInclude");
|
||||
AddPropertiesItem(reflectItem, "Always Include", typeName);
|
||||
|
||||
typeName.Clear(); typeName.Append(optionsName, "mReflectBoxing");
|
||||
AddPropertiesItem(reflectItem, "Dynamic Boxing", typeName,
|
||||
scope String[] ( "No", "Yes" ));
|
||||
|
||||
typeName.Clear(); typeName.Append(optionsName, "mReflectStaticFields");
|
||||
AddPropertiesItem(reflectItem, "Static Fields", typeName,
|
||||
scope String[] ( "No", "Yes" ));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue