mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
inherit from object
This commit is contained in:
parent
66094e129b
commit
8c875d3b41
@ -6,7 +6,9 @@
|
|||||||
<Java>Date</Java>
|
<Java>Date</Java>
|
||||||
<Name>System.DateTime</Name>
|
<Name>System.DateTime</Name>
|
||||||
<Uses />
|
<Uses />
|
||||||
<Inherits />
|
<Inherits>
|
||||||
|
<Type>System.Object</Type>
|
||||||
|
</Inherits>
|
||||||
<Methods>
|
<Methods>
|
||||||
<Method>
|
<Method>
|
||||||
<Imports>
|
<Imports>
|
||||||
|
@ -4,7 +4,9 @@
|
|||||||
<Java>StringBuilder</Java>
|
<Java>StringBuilder</Java>
|
||||||
<Name>System.Text.StringBuilder</Name>
|
<Name>System.Text.StringBuilder</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