terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
OrdinalIgnoreCaseComparer () | |
override int | Compare (string x, string y) |
override bool | Equals (string x, string y) |
override int | GetHashCode (string obj) |
void | GetObjectData (SerializationInfo info, StreamingContext context) |
int | Compare (object x, object y) |
int | Compare (T x, T y) |
int | Compare (T x, T y) |
override bool | Equals (object obj) |
bool | Equals (object x, object y) |
bool | Equals (T x, T y) |
bool | Equals (T x, T y) |
override int | GetHashCode () |
int | GetHashCode (object obj) |
int | GetHashCode (T obj) |
int | GetHashCode (T obj) |
Properties | |
static StringComparer | InvariantCultureIgnoreCase [get] |
static StringComparer | Ordinal [get] |
static StringComparer | OrdinalIgnoreCase [get] |
Private Attributes | |
readonly bool | _ignoreCase |
Definition at line 9 of file OrdinalIgnoreCaseComparer.cs.