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
Loading...
Searching...
No Matches
System.Collections.CompatibleComparer Class Referencesealed
+ 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
 

Detailed Description

Definition at line 9 of file CompatibleComparer.cs.


The documentation for this class was generated from the following file: