1
0
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:
Kevin Glynn 2011-01-17 18:30:39 +01:00
parent 66094e129b
commit 8c875d3b41
2 changed files with 6 additions and 2 deletions

View File

@ -6,7 +6,9 @@
<Java>Date</Java>
<Name>System.DateTime</Name>
<Uses />
<Inherits />
<Inherits>
<Type>System.Object</Type>
</Inherits>
<Methods>
<Method>
<Imports>

View File

@ -4,7 +4,9 @@
<Java>StringBuilder</Java>
<Name>System.Text.StringBuilder</Name>
<Uses />
<Inherits />
<Inherits>
<Type>System.Object</Type>
</Inherits>
<Methods>
<Method>
<Imports />