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 | |
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 |
Definition at line 9 of file CultureAwareComparer.cs.