mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
25 lines
626 B
XML
25 lines
626 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<!--
|
||
|
|
||
|
This file is
|
||
|
|
||
|
Copyright 2010,2011 Kevin Glynn (kevin.glynn.com)
|
||
|
|
||
|
-->
|
||
|
<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>java.util.Collection</Import>
|
||
|
</Imports>
|
||
|
<Java>Collection*[${T}]*</Java>
|
||
|
<Name>System.Collections.Generic.ICollection</Name>
|
||
|
<TypeParams>
|
||
|
<Name>T</Name>
|
||
|
</TypeParams>
|
||
|
<Iterable>
|
||
|
<ElementType>T</ElementType>
|
||
|
<Java>${expr}</Java>
|
||
|
</Iterable>
|
||
|
<Properties>
|
||
|
</Properties>
|
||
|
</Interface>
|