From 32d01889f283a9cd43e1a2a42197e1c969b7808a Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Fri, 4 Mar 2011 18:46:29 +0100 Subject: [PATCH] update translations --- .../Collections/Generic/IDictionary'2.xml | 64 +++++++++++++++++++ .../Collections/Generic/KeyValuePair'2.xml | 14 ++++ 2 files changed, 78 insertions(+) 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() + +