|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | Options |
Public Member Functions | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
Package Functions | |
| void | GetObjectData (BinaryWriter writer) |
| XmlCollation (BinaryReader reader) | |
| XmlSortKey | CreateSortKey (string s) |
Static Package Functions | |
| static XmlCollation | Create (string collationLiteral) |
| static XmlCollation | Create (string collationLiteral, bool throwOnError) |
Properties | |
| static XmlCollation | CodePointCollation [get] |
| bool | UpperFirst [get] |
| bool | EmptyGreatest [get] |
| bool | DescendingOrder [get] |
| CultureInfo | Culture [get] |
Private Member Functions | |
| XmlCollation (CultureInfo cultureInfo, Options options) | |
Private Attributes | |
| readonly CultureInfo | _cultInfo |
| Options | _options |
| readonly CompareOptions | _compops |
Static Private Attributes | |
| static readonly XmlCollation | s_cp = new XmlCollation(CultureInfo.InvariantCulture, new Options(1073741824)) |
Definition at line 8 of file XmlCollation.cs.