|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Collections.CompatibleComparer:
Collaboration diagram for System.Collections.CompatibleComparer:Public Member Functions | |
| bool | Equals (object a, object b) |
| int | Compare (object a, object b) |
| int | GetHashCode (object obj) |
Package Functions | |
| CompatibleComparer (IHashCodeProvider hashCodeProvider, IComparer comparer) | |
Properties | |
| IHashCodeProvider | HashCodeProvider [get, set] |
| IComparer | Comparer [get, set] |
Private Attributes | |
| readonly IHashCodeProvider | _hcp |
| readonly IComparer | _comparer |
Definition at line 9 of file CompatibleComparer.cs.