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

Use TypeParams for element type

This commit is contained in:
Kevin Glynn 2011-01-25 12:20:22 +01:00
parent 9436713f94
commit 48235fdba6

View File

@ -3,6 +3,9 @@
<Imports /> <Imports />
<Java>Array</Java> <Java>Array</Java>
<Name>System.Array</Name> <Name>System.Array</Name>
<TypeParams>
<Name>T</Name>
</TypeParams>
<Uses /> <Uses />
<Inherits> <Inherits>
<Type>System.Collections.ICollection</Type> <Type>System.Collections.ICollection</Type>
@ -21,7 +24,7 @@
</Param> </Param>
</Params> </Params>
<Name>GetValue</Name> <Name>GetValue</Name>
<Return>${TYPE}</Return> <Return>T</Return>
</Method> </Method>
<Method> <Method>
<Imports> <Imports>
@ -41,11 +44,9 @@
<Properties> <Properties>
<Property> <Property>
<Imports /> <Imports />
<Java>${this}.length</Java>
<Type>System.Int32</Type> <Type>System.Int32</Type>
<Name>Length</Name> <Name>Length</Name>
<Get>${this}.length</Get> <Get>${this}.length</Get>
<Set>${this}.setLength(${value})</Set>
</Property> </Property>
</Properties> </Properties>
<Events /> <Events />