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.Specialized.CompatibleComparer Class Reference
+ Inheritance diagram for System.Collections.Specialized.CompatibleComparer:
+ Collaboration diagram for System.Collections.Specialized.CompatibleComparer:

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
 

Detailed Description

Definition at line 11 of file CompatibleComparer.cs.


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