From d32f508073a5a21cef7d3e6af20dd2a2f3ee798e Mon Sep 17 00:00:00 2001 From: Kevin Glynn Date: Fri, 28 Jan 2011 21:49:15 +0100 Subject: [PATCH] add a iterable for Hashtable --- CS2JLibrary/NetFramework/System/Collections/Hashtable.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml b/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml index 7b330b6..3ae17a6 100644 --- a/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml +++ b/CS2JLibrary/NetFramework/System/Collections/Hashtable.xml @@ -10,6 +10,10 @@ System.Collections.ICollection System.Collections.IDictionary + + System.Object + ${expr}.entrySet() +