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

add iterable definitions

This commit is contained in:
Kevin Glynn 2011-03-02 19:24:42 +01:00
parent 8e788fbb46
commit c0187d15da
2 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,10 @@
<Type>System.Collections.ICollection</Type>
<Type>System.IEnumerable</Type>
</Inherits>
<Iterable>
<ElementType>T</ElementType>
<Java>${expr}</Java>
</Iterable>
<Methods>
<Method>
<Imports>

View File

@ -21,6 +21,10 @@
<!-- <Type>IList<T>, ICollection<T>,
IEnumerable<T>, IList, ICollection, IEnumerable</Type> -->
</Inherits>
<Iterable>
<ElementType>T</ElementType>
<Java>${expr}</Java>
</Iterable>
<Methods>
<Method>
<Imports />