mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
ICollection -> Collection
This commit is contained in:
parent
0529896ca2
commit
56d607ee3a
@ -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">
|
<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>
|
<Imports>
|
||||||
<Import>CS2JNet.System.Collections.Generic.ICollectionSupport</Import>
|
<Import>java.util.Collection</Import>
|
||||||
</Imports>
|
</Imports>
|
||||||
<Java>ICollectionSupport</Java>
|
<Java>Collection</Java>
|
||||||
<Name>System.Collections.ICollection</Name>
|
<Name>System.Collections.ICollection</Name>
|
||||||
<Uses />
|
<Uses />
|
||||||
<Inherits> <Type>System.Object</Type> </Inherits>
|
<Inherits> <Type>System.Object</Type> </Inherits>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user