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.Specialized.CompatibleComparer Class Reference
+ Inheritance 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]
 
IHashCodeProvider HashCodeProvider [get]
 
static IComparer DefaultComparer [get]
 
static IHashCodeProvider DefaultHashCodeProvider [get]
 

Private Attributes

IComparer _comparer
 
IHashCodeProvider _hcp
 

Static Private Attributes

static IComparer defaultComparer
 
static IHashCodeProvider defaultHashProvider
 

Detailed Description

Definition at line 7 of file CompatibleComparer.cs.


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