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