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

whoops ParamArray must be outside Params

This commit is contained in:
Kevin Glynn 2011-09-02 10:38:00 +02:00
parent 9494ead814
commit ef0ad44d08
2 changed files with 16 additions and 16 deletions

View File

@ -36,11 +36,11 @@
<Type>System.String</Type>
<Name>fmt</Name>
</Param>
<ParamArray>
<Type>System.Object[]</Type>
<Name>arg</Name>
</ParamArray>
</Params>
<ParamArray>
<Type>System.Object[]</Type>
<Name>arg</Name>
</ParamArray>
<Name>Write</Name>
<Return>System.Void</Return>
</Method>
@ -73,11 +73,11 @@
<Type>System.String</Type>
<Name>fmt</Name>
</Param>
<ParamArray>
<Type>System.Object[]</Type>
<Name>arg</Name>
</ParamArray>
</Params>
<ParamArray>
<Type>System.Object[]</Type>
<Name>arg</Name>
</ParamArray>
<Name>WriteLine</Name>
<Return>System.Void</Return>
</Method>

View File

@ -59,11 +59,11 @@
<Type>System.String</Type>
<Name>fmt</Name>
</Param>
<ParamArray>
<Type>System.Object[]</Type>
<Name>arg</Name>
</ParamArray>
</Params>
<ParamArray>
<Type>System.Object[]</Type>
<Name>arg</Name>
</ParamArray>
<Name>Write</Name>
<Return>System.Void</Return>
</Method>
@ -96,11 +96,11 @@
<Type>System.String</Type>
<Name>fmt</Name>
</Param>
<ParamArray>
<Type>System.Object[]</Type>
<Name>arg</Name>
</ParamArray>
</Params>
<ParamArray>
<Type>System.Object[]</Type>
<Name>arg</Name>
</ParamArray>
<Name>WriteLine</Name>
<Return>System.Void</Return>
</Method>