terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Xml.Linq.XNamespace Class Referencesealed
+ Collaboration diagram for System.Xml.Linq.XNamespace:

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, set]
 
static XNamespace None [get, set]
 
static XNamespace Xml [get, set]
 
static XNamespace Xmlns [get, set]
 

Static Private Member Functions

static string ExtractLocalName (XName n)
 
static string ExtractNamespace (WeakReference r)
 
static XNamespace EnsureNamespace (ref WeakReference refNmsp, string namespaceName)
 

Private Attributes

string _namespaceName
 
int _hashCode
 
XHashtable< XName_names
 

Static Private Attributes

static XHashtable< WeakReferences_namespaces
 
static WeakReference s_refNone
 
static WeakReference s_refXml
 
static WeakReference s_refXmlns
 

Detailed Description

Definition at line 8 of file XNamespace.cs.


The documentation for this class was generated from the following file: