mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-18 08:06:04 +02:00
DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues
This commit is contained in:
parent
d78cb3182a
commit
f9b9b15214
15 changed files with 38 additions and 23 deletions
|
@ -14,7 +14,7 @@ namespace IDE
|
|||
public Monitor mMonitor = new .() ~ delete _;
|
||||
static String sVersionStr = "///@singleFileVersion ";
|
||||
static String sSectionStr = "///@embed ";
|
||||
public Dictionary<String, String> mData = new .() ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
public Dictionary<String, String> mData = new .() ~ DeleteDictionaryAndKeysAndValues!(_);
|
||||
public String mFilePath ~ delete _;
|
||||
public bool mPendingSave;
|
||||
public bool mHasChanges;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue