terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
override string | ToString () |
override bool | Equals (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) |
Package Functions | |
XName (XNamespace ns, string localName) | |
XName () | |
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 | |
XNamespace | _ns |
string | _localName |
int | _hashCode |