mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
20 lines
605 B
XML
Executable File
20 lines
605 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:SchemaLocation="http://www.w3.org/2001/XMLSchema file://C:/Documents%20and%20Settings/kevin.glynn/My%20Documents/CS2JLibrary/Translation.xsd"
|
|
>
|
|
<Name>System.IComparable</Name>
|
|
<Methods>
|
|
<Method>
|
|
<Return>System.Int32</Return>
|
|
<Name>CompareTo</Name>
|
|
<Params>
|
|
<Param>
|
|
<Type>System.Object</Type>
|
|
<Name>arg</Name>
|
|
</Param>
|
|
</Params>
|
|
<Java>${this}.Compare(${arg})</Java>
|
|
</Method>
|
|
</Methods>
|
|
</Interface>
|