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:
parent
d5bad8bc11
commit
d32f508073
@ -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 />
|
||||
|
Loading…
x
Reference in New Issue
Block a user