|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 5 of file SortKey.cs.