Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Globalization.SortKey Class Referencesealed

Public Member Functions

override bool Equals ([NotNullWhen(true)] object? value)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static int Compare (SortKey sortkey1, SortKey sortkey2)
 

Package Functions

 SortKey (CompareInfo compareInfo, string str, CompareOptions options, byte[] keyData)
 

Properties

string OriginalString [get]
 
byte[] KeyData [get]
 

Private Attributes

readonly CompareInfo _compareInfo
 
readonly CompareOptions _options
 
readonly string _string
 
readonly byte[] _keyData
 

Detailed Description

Definition at line 5 of file SortKey.cs.


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