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

Public Member Functions

override int Compare (string x, string y)
 
override bool Equals (string x, string y)
 
override int GetHashCode (string obj)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
void GetObjectData (SerializationInfo info, StreamingContext context)
 
int Compare (object x, object y)
 
int Compare (T x, T y)
 
int Compare (T x, T y)
 
bool Equals (object x, object y)
 
bool Equals (T x, T y)
 
bool Equals (T x, T y)
 
int GetHashCode (object obj)
 
int GetHashCode (T obj)
 
int GetHashCode (T obj)
 

Package Functions

 CultureAwareComparer (CultureInfo culture, CompareOptions options)
 
 CultureAwareComparer (CompareInfo compareInfo, CompareOptions options)
 

Properties

static StringComparer InvariantCultureIgnoreCase [get]
 
static StringComparer Ordinal [get]
 
static StringComparer OrdinalIgnoreCase [get]
 

Private Member Functions

 CultureAwareComparer (SerializationInfo info, StreamingContext context)
 

Private Attributes

readonly CompareInfo _compareInfo
 
CompareOptions _options
 

Static Private Attributes

static readonly CultureAwareComparer s_invariantCulture
 
static readonly CultureAwareComparer s_invariantCultureIgnoreCase
 
static readonly OrdinalCaseSensitiveComparer s_ordinal
 
static readonly OrdinalIgnoreCaseComparer s_ordinalIgnoreCase
 

Detailed Description

Definition at line 9 of file CultureAwareComparer.cs.


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