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.Resources.FastResourceComparer Class Referencesealed
+ Inheritance diagram for System.Resources.FastResourceComparer:
+ Collaboration diagram for System.Resources.FastResourceComparer:

Public Member Functions

int GetHashCode (object key)
 
int GetHashCode (string key)
 
int Compare (object a, object b)
 
int Compare (string a, string b)
 
bool Equals (string a, string b)
 
bool Equals (object a, object b)
 
 FastResourceComparer ()
 

Static Public Member Functions

static int CompareOrdinal (string a, byte[] bytes, int bCharLength)
 
static int CompareOrdinal (byte[] bytes, int aCharLength, string b)
 

Static Package Functions

static int HashFunction (string key)
 
static unsafe int CompareOrdinal (byte *a, int byteLen, string b)
 

Static Package Attributes

static readonly FastResourceComparer Default
 

Static Private Member Functions

static FastResourceComparer ()
 

Detailed Description

Definition at line 10 of file FastResourceComparer.cs.


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