1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00
2010-06-21 16:31:42 -05:00

18 lines
566 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.IDisposable</Name>
<Java>IDisposable</Java>
<Imports>
<Import>RusticiSoftware.System.IDisposable</Import>
</Imports>
<Methods>
<Method>
<Return>System.Void</Return>
<Name>Dispose</Name>
<Java>${this}.close()</Java>
</Method>
</Methods>
</Interface>