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.XmlQualifiedName Class Reference
+ Collaboration diagram for System.Xml.XmlQualifiedName:

Public Member Functions

 XmlQualifiedName ()
 
 XmlQualifiedName (string name)
 
 XmlQualifiedName (string name, string ns)
 
override int GetHashCode ()
 
override string ToString ()
 
override bool Equals (object other)
 

Static Public Member Functions

static bool operator== (XmlQualifiedName a, XmlQualifiedName b)
 
static bool operator!= (XmlQualifiedName a, XmlQualifiedName b)
 

Static Public Attributes

static readonly XmlQualifiedName Empty
 

Package Functions

void Init (string name, string ns)
 

Static Package Functions

static XmlQualifiedName Parse (string s, IXmlNamespaceResolver nsmgr, out string prefix)
 

Properties

string Namespace [get, set]
 
string Name [get, set]
 
bool IsEmpty [get, set]
 

Private Member Functions

delegate int HashCodeOfStringDelegate (string s, int sLen, long additionalEntropy)
 

Static Private Member Functions

static XmlQualifiedName.HashCodeOfStringDelegate GetHashCodeDelegate ()
 
static bool IsRandomizedHashingDisabled ()
 
static int GetHashCodeOfString (string s, int length, long additionalEntropy)
 
static XmlQualifiedName ()
 

Private Attributes

string name
 
string ns
 
int hash
 

Static Private Attributes

static XmlQualifiedName.HashCodeOfStringDelegate hashCodeDelegate
 

Detailed Description

Definition at line 12 of file XmlQualifiedName.cs.


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