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
|
Public Member Functions | |
bool | Equals (object a, object b) |
int | GetHashCode (object obj) |
Package Functions | |
CompatibleComparer (IComparer comparer, IHashCodeProvider hashCodeProvider) | |
Properties | |
IComparer | Comparer [get, set] |
IHashCodeProvider | HashCodeProvider [get, set] |
static IComparer | DefaultComparer [get, set] |
static IHashCodeProvider | DefaultHashCodeProvider [get, set] |
Private Attributes | |
IComparer | _comparer |
IHashCodeProvider | _hcp |
Static Private Attributes | |
static IComparer | defaultComparer |
static IHashCodeProvider | defaultHashProvider |
Definition at line 11 of file CompatibleComparer.cs.