<?xml version="1.0" encoding="utf-8"?> <Class 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.List</Import> </Imports> <Java>List</Java> <Name>System.Collections.IList</Name> <Uses /> <Inherits> <Type>System.Object</Type> </Inherits> <Methods> <Method> <Imports /> <Java>${this}.add(${arg})</Java> <Params> <Param> <Type>System.Object</Type> <Name>arg</Name> </Param> </Params> <Name>Add</Name> <Return>System.Int32</Return> </Method> <Method> <Imports /> <Java>${this}.contains(${key})</Java> <Params> <Param> <Type>System.Object</Type> <Name>key</Name> </Param> </Params> <Name>Contains</Name> <Return>System.Boolean</Return> </Method> </Methods> <Properties> <Property> <Imports /> <Java>${this}.size()</Java> <Type>System.Int32</Type> <Name>Count</Name> <Get>${this}.size()</Get> <Set>${this}.setCount(${value})</Set> </Property> </Properties> <Events /> <Indexers> <Indexer> <Imports /> <Params> <Param> <Type>System.Int32</Type> <Name>i</Name> </Param> </Params> <Type>System.Object</Type> <Get>${this}.get(${i})</Get> <Set>${this}.put(${i}, ${value})</Set> </Indexer> </Indexers> <Constructors /> <Fields /> <Casts /> <UnaryOps /> <BinaryOps /> </Class>