mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
generalised typeof_type
This commit is contained in:
parent
cf3d57a3bd
commit
29b0ba7c1d
@ -136,7 +136,7 @@
|
||||
</Method>
|
||||
<Method>
|
||||
<Imports />
|
||||
<Java>${this}.toArray(new ${TYPEOF_TYPE}[0])</Java>
|
||||
<Java>${this}.toArray(new ${TYPEOF_expr_TYPE}[0])</Java>
|
||||
<Params>
|
||||
<Param>
|
||||
<Type>System.Object</Type>
|
||||
|
@ -89,7 +89,7 @@
|
||||
</Method>
|
||||
<Method>
|
||||
<Imports />
|
||||
<Java>${this}.toArrayS(new ${TYPEOF_TYPE}[0])</Java>
|
||||
<Java>${this}.toArrayS(new ${TYPEOF_expr_TYPE}[0])</Java>
|
||||
<Params>
|
||||
<Param>
|
||||
<Type>System.Object</Type>
|
||||
|
Loading…
x
Reference in New Issue
Block a user