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

ICollection -> Collection

This commit is contained in:
Kevin Glynn 2011-04-19 10:23:39 +02:00
parent 0529896ca2
commit 56d607ee3a

View File

@ -9,9 +9,9 @@
-->
<Interface xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports>
<Import>CS2JNet.System.Collections.Generic.ICollectionSupport</Import>
<Import>java.util.Collection</Import>
</Imports>
<Java>ICollectionSupport</Java>
<Java>Collection</Java>
<Name>System.Collections.ICollection</Name>
<Uses />
<Inherits> <Type>System.Object</Type> </Inherits>