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

Change ReturnType to ElementType

This commit is contained in:
Kevin Glynn 2011-01-27 14:12:08 +01:00
parent 26b8a021c2
commit e60dcbfee3

View File

@ -8,7 +8,7 @@
<Type>System.Object</Type>
</Inherits>
<Iterable>
<ReturnType>System.Char</ReturnType>
<ElementType>System.Char</ElementType>
<Java>${expr}.toCharArray()</Java>
</Iterable>
<Methods>