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.Globalization.SortKey Class Reference
+ Collaboration diagram for System.Globalization.SortKey:

Public Member Functions

override bool Equals (object value)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static int Compare (SortKey sortkey1, SortKey sortkey2)
 

Package Functions

 SortKey (int lcid, string source, CompareOptions opt)
 
 SortKey (int lcid, string source, byte[] buffer, CompareOptions opt, int lv1Length, int lv2Length, int lv3Length, int kanaSmallLength, int markTypeLength, int katakanaLength, int kanaWidthLength, int identLength)
 
 SortKey (string localeName, string str, CompareOptions options, byte[] keyData)
 
 SortKey ()
 

Properties

virtual string OriginalString [get, set]
 
virtual byte[] KeyData [get, set]
 

Private Attributes

readonly string source
 
readonly byte[] key
 
readonly CompareOptions options
 
readonly int lcid
 

Detailed Description

Definition at line 13 of file SortKey.cs.


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