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.Collections.ICollection</Type>
|
||||||
<Type>System.IEnumerable</Type>
|
<Type>System.IEnumerable</Type>
|
||||||
</Inherits>
|
</Inherits>
|
||||||
|
<Iterable>
|
||||||
|
<ElementType>T</ElementType>
|
||||||
|
<Java>${expr}</Java>
|
||||||
|
</Iterable>
|
||||||
<Methods>
|
<Methods>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports>
|
<Imports>
|
||||||
|
@ -21,6 +21,10 @@
|
|||||||
<!-- <Type>IList<T>, ICollection<T>,
|
<!-- <Type>IList<T>, ICollection<T>,
|
||||||
IEnumerable<T>, IList, ICollection, IEnumerable</Type> -->
|
IEnumerable<T>, IList, ICollection, IEnumerable</Type> -->
|
||||||
</Inherits>
|
</Inherits>
|
||||||
|
<Iterable>
|
||||||
|
<ElementType>T</ElementType>
|
||||||
|
<Java>${expr}</Java>
|
||||||
|
</Iterable>
|
||||||
<Methods>
|
<Methods>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports />
|
<Imports />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user