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

34 lines
865 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2011-01-04 17:46:11 +01:00
<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">
2011-01-10 11:18:36 +01:00
<Imports>
2011-01-10 11:45:19 +01:00
<Import>java.util.Properties</Import>
2011-01-10 11:18:36 +01:00
</Imports>
<Java>Properties</Java>
<Name>System.Collections.Specialized.NameValueCollection</Name>
<Uses />
<Inherits>
<Type>System.IList</Type>
</Inherits>
<Methods>
<Method>
<Imports />
<Java>${this}.getProperty(${key})</Java>
<Params>
<Param>
<Type>System.String</Type>
<Name>key</Name>
</Param>
</Params>
<Name>Get</Name>
<Return>System.String</Return>
</Method>
</Methods>
<Properties />
<Events />
<Indexers />
<Constructors />
<Fields />
<Casts />
<UnaryOps />
<BinaryOps />
</Class>