1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

add a iterable for Hashtable

This commit is contained in:
Kevin Glynn 2011-01-28 21:49:15 +01:00
parent d5bad8bc11
commit d32f508073

View File

@ -10,6 +10,10 @@
<Type>System.Collections.ICollection</Type>
<Type>System.Collections.IDictionary</Type>
</Inherits>
<Iterable>
<ElementType>System.Object</ElementType>
<Java>${expr}.entrySet()</Java>
</Iterable>
<Methods>
<Method>
<Imports />