|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override string | ToString () |
| override bool | Equals ([NotNullWhen(true)] object? obj) |
| override int | GetHashCode () |
| bool | Equals (T? other) |
Static Public Member Functions | |
| static XName | Get (string expandedName) |
| static XName | Get (string localName, string namespaceName) |
| static implicit | operator XName? (string? expandedName) |
| static bool | operator== (XName? left, XName? right) |
| static bool | operator!= (XName? left, XName? right) |
Package Functions | |
| XName (XNamespace ns, string localName) | |
Properties | |
| string | LocalName [get] |
| XNamespace | Namespace [get] |
| string | NamespaceName [get] |
Private Member Functions | |
| bool IEquatable< XName >. | Equals (XName other) |
| void ISerializable. | GetObjectData (SerializationInfo info, StreamingContext context) |
Private Attributes | |
| readonly XNamespace | _ns |
| readonly string | _localName |
| readonly int | _hashCode |