terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Collections.CompatibleComparer Class Referencesealed
+ Inheritance 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]
 
IComparer Comparer [get]
 

Private Attributes

readonly IHashCodeProvider _hcp
 
readonly IComparer _comparer
 

Detailed Description

Definition at line 7 of file CompatibleComparer.cs.


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