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:
parent
26b8a021c2
commit
e60dcbfee3
@ -8,7 +8,7 @@
|
|||||||
<Type>System.Object</Type>
|
<Type>System.Object</Type>
|
||||||
</Inherits>
|
</Inherits>
|
||||||
<Iterable>
|
<Iterable>
|
||||||
<ReturnType>System.Char</ReturnType>
|
<ElementType>System.Char</ElementType>
|
||||||
<Java>${expr}.toCharArray()</Java>
|
<Java>${expr}.toCharArray()</Java>
|
||||||
</Iterable>
|
</Iterable>
|
||||||
<Methods>
|
<Methods>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user