1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

add hashcode to Object

This commit is contained in:
Kevin Glynn 2011-04-06 10:54:43 +02:00
parent f6e9216b39
commit e0893b1e6f

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
This file is This file is
@ -53,6 +53,13 @@
<Name>GetType</Name> <Name>GetType</Name>
<Return>System.Type</Return> <Return>System.Type</Return>
</Method> </Method>
<Method>
<Imports />
<Java>${this:16}.hashCode()</Java>
<Params />
<Name>GetHashCode</Name>
<Return>System.Int</Return>
</Method>
</Methods> </Methods>
<Properties /> <Properties />
<Events /> <Events />