mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 02:58:02 +02:00
DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues
This commit is contained in:
parent
d78cb3182a
commit
f9b9b15214
15 changed files with 38 additions and 23 deletions
|
@ -4,7 +4,7 @@ namespace System
|
|||
{
|
||||
class PropertyBag
|
||||
{
|
||||
public Dictionary<String, Object> mProperties ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
public Dictionary<String, Object> mProperties ~ DeleteDictionaryAndKeysAndValues!(_);
|
||||
|
||||
public void Add<T>(String key, T value) where T : struct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue