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> <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>

View File

@ -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 />