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>
|
||||
<Name>System.DateTime</Name>
|
||||
<Uses />
|
||||
<Inherits />
|
||||
<Inherits>
|
||||
<Type>System.Object</Type>
|
||||
</Inherits>
|
||||
<Methods>
|
||||
<Method>
|
||||
<Imports>
|
||||
|
@ -4,7 +4,9 @@
|
||||
<Java>StringBuilder</Java>
|
||||
<Name>System.Text.StringBuilder</Name>
|
||||
<Uses />
|
||||
<Inherits />
|
||||
<Inherits>
|
||||
<Type>System.Object</Type>
|
||||
</Inherits>
|
||||
<Methods>
|
||||
<Method>
|
||||
<Imports />
|
||||
|
Loading…
x
Reference in New Issue
Block a user