<?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>