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

need list to be an ICollection, so map to supported interface

This commit is contained in:
Kevin Glynn 2011-09-21 14:42:55 +02:00
parent d1144d51db
commit bee6696044

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
This file is This file is
@ -8,9 +8,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*[${T}]*</Java> <Java>Collection*[${T}]*</Java>
<Name>System.Collections.Generic.ICollection</Name> <Name>System.Collections.Generic.ICollection</Name>
<TypeParams> <TypeParams>
<Name>T</Name> <Name>T</Name>