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:
parent
f6e9216b39
commit
e0893b1e6f
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
|
||||
This file is
|
||||
@ -53,6 +53,13 @@
|
||||
<Name>GetType</Name>
|
||||
<Return>System.Type</Return>
|
||||
</Method>
|
||||
<Method>
|
||||
<Imports />
|
||||
<Java>${this:16}.hashCode()</Java>
|
||||
<Params />
|
||||
<Name>GetHashCode</Name>
|
||||
<Return>System.Int</Return>
|
||||
</Method>
|
||||
</Methods>
|
||||
<Properties />
|
||||
<Events />
|
||||
|
Loading…
x
Reference in New Issue
Block a user