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 | |
XName | GetName (string localName) |
override string | ToString () |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static XNamespace | Get (string namespaceName) |
static implicit | operator XNamespace (string namespaceName) |
static bool | operator== (XNamespace left, XNamespace right) |
static bool | operator!= (XNamespace left, XNamespace right) |
Package Functions | |
XNamespace (string namespaceName) | |
XName | GetName (string localName, int index, int count) |
Static Package Functions | |
static XNamespace | Get (string namespaceName, int index, int count) |
Properties | |
string | NamespaceName [get] |
static XNamespace | None [get] |
static XNamespace | Xml [get] |
static XNamespace | Xmlns [get] |
Static Private Member Functions | |
static string | ExtractLocalName (XName n) |
static string | ExtractNamespace (WeakReference r) |
static XNamespace | EnsureNamespace (WeakReference refNmsp, string namespaceName) |
Private Attributes | |
string | _namespaceName |
int | _hashCode |
XHashtable< XName > | _names |
Static Private Attributes | |
static XHashtable< WeakReference > | s_namespaces |
static WeakReference | s_refNone |
static WeakReference | s_refXml |
static WeakReference | s_refXmlns |
Definition at line 7 of file XNamespace.cs.