Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.XmlSqlBinaryReader.QName Struct Reference

Public Member Functions

 QName (string prefix, string lname, string nsUri)
 
void Set (string prefix, string lname, string nsUri)
 
void Clear ()
 
bool MatchNs (string lname, string nsUri)
 
bool MatchPrefix (string prefix, string lname)
 
void CheckPrefixNS (string prefix, string namespaceUri)
 
override int GetHashCode ()
 
int GetNSHashCode ()
 
override bool Equals ([NotNullWhen(true)] object other)
 
override string ToString ()
 

Static Public Member Functions

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

Public Attributes

string prefix
 
string localname
 
string namespaceUri
 

Detailed Description

Definition at line 27 of file XmlSqlBinaryReader.cs.


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