mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
inherit from System.Object. Not sure what the real answer is here
This commit is contained in:
parent
98b1a8bda5
commit
19550129d8
@ -169,12 +169,12 @@
|
|||||||
<Constructors>
|
<Constructors>
|
||||||
<Constructor>
|
<Constructor>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>new ArrayListSupport()</Java>
|
<Java>new ArrayList()</Java>
|
||||||
<Params />
|
<Params />
|
||||||
</Constructor>
|
</Constructor>
|
||||||
<Constructor>
|
<Constructor>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>new ArrayListSupport(${length})</Java>
|
<Java>new ArrayList(${length})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.Int32</Type>
|
<Type>System.Int32</Type>
|
||||||
@ -184,7 +184,7 @@
|
|||||||
</Constructor>
|
</Constructor>
|
||||||
<Constructor>
|
<Constructor>
|
||||||
<Imports />
|
<Imports />
|
||||||
<Java>new ArrayListSupport(${collection})</Java>
|
<Java>new ArrayList(${collection})</Java>
|
||||||
<Params>
|
<Params>
|
||||||
<Param>
|
<Param>
|
||||||
<Type>System.ICollection</Type>
|
<Type>System.ICollection</Type>
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
<Java>String</Java>
|
<Java>String</Java>
|
||||||
<Name>System.String</Name>
|
<Name>System.String</Name>
|
||||||
<Uses />
|
<Uses />
|
||||||
<Inherits />
|
<Inherits>
|
||||||
|
<Type>System.Object</Type>
|
||||||
|
</Inherits>
|
||||||
<Methods>
|
<Methods>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports>
|
<Imports>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user