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>
|
||||
<Constructor>
|
||||
<Imports />
|
||||
<Java>new ArrayListSupport()</Java>
|
||||
<Java>new ArrayList()</Java>
|
||||
<Params />
|
||||
</Constructor>
|
||||
<Constructor>
|
||||
<Imports />
|
||||
<Java>new ArrayListSupport(${length})</Java>
|
||||
<Java>new ArrayList(${length})</Java>
|
||||
<Params>
|
||||
<Param>
|
||||
<Type>System.Int32</Type>
|
||||
@ -184,7 +184,7 @@
|
||||
</Constructor>
|
||||
<Constructor>
|
||||
<Imports />
|
||||
<Java>new ArrayListSupport(${collection})</Java>
|
||||
<Java>new ArrayList(${collection})</Java>
|
||||
<Params>
|
||||
<Param>
|
||||
<Type>System.ICollection</Type>
|
||||
|
@ -4,7 +4,9 @@
|
||||
<Java>String</Java>
|
||||
<Name>System.String</Name>
|
||||
<Uses />
|
||||
<Inherits />
|
||||
<Inherits>
|
||||
<Type>System.Object</Type>
|
||||
</Inherits>
|
||||
<Methods>
|
||||
<Method>
|
||||
<Imports>
|
||||
|
Loading…
x
Reference in New Issue
Block a user