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:
parent
9436713f94
commit
48235fdba6
@ -3,6 +3,9 @@
|
||||
<Imports />
|
||||
<Java>Array</Java>
|
||||
<Name>System.Array</Name>
|
||||
<TypeParams>
|
||||
<Name>T</Name>
|
||||
</TypeParams>
|
||||
<Uses />
|
||||
<Inherits>
|
||||
<Type>System.Collections.ICollection</Type>
|
||||
@ -21,7 +24,7 @@
|
||||
</Param>
|
||||
</Params>
|
||||
<Name>GetValue</Name>
|
||||
<Return>${TYPE}</Return>
|
||||
<Return>T</Return>
|
||||
</Method>
|
||||
<Method>
|
||||
<Imports>
|
||||
@ -41,11 +44,9 @@
|
||||
<Properties>
|
||||
<Property>
|
||||
<Imports />
|
||||
<Java>${this}.length</Java>
|
||||
<Type>System.Int32</Type>
|
||||
<Name>Length</Name>
|
||||
<Get>${this}.length</Get>
|
||||
<Set>${this}.setLength(${value})</Set>
|
||||
</Property>
|
||||
</Properties>
|
||||
<Events />
|
||||
|
Loading…
x
Reference in New Issue
Block a user