diff --git a/CS2JLibrary/NetFramework/System/Collections/Generic/IDictionary'2.xml b/CS2JLibrary/NetFramework/System/Collections/Generic/IDictionary'2.xml index 0dff17b..a46f34e 100644 --- a/CS2JLibrary/NetFramework/System/Collections/Generic/IDictionary'2.xml +++ b/CS2JLibrary/NetFramework/System/Collections/Generic/IDictionary'2.xml @@ -20,6 +20,70 @@ System.Collections.Generic.KeyValuePair*[K,V]* ${expr}.entrySet() + + + + ${this:16}.put(${key}, ${value}) + + + K + key + + + V + value + + + Add + System.Void + + + + ${this:16}.clear() + + Clear + System.Void + + + + ${this:16}.containsKey(${key}) + + + K + key + + + ContainsKey + System.Boolean + + + + ${this:16}.remove(${key}) + + + K + key + + + Remove + + System.Boolean + + + + + + + + K + key + + + V + ${this:16}.get(${key}) + ${this:16}.put(${key}, ${value}) + + diff --git a/CS2JLibrary/NetFramework/System/Collections/Generic/KeyValuePair'2.xml b/CS2JLibrary/NetFramework/System/Collections/Generic/KeyValuePair'2.xml index 13c1aa5..66fac27 100644 --- a/CS2JLibrary/NetFramework/System/Collections/Generic/KeyValuePair'2.xml +++ b/CS2JLibrary/NetFramework/System/Collections/Generic/KeyValuePair'2.xml @@ -16,4 +16,18 @@ K V + + + + K + Key + ${this:16}.getKey() + + + + V + Value + ${this:16}.getValue() + +