Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Runtime.XmlAttributeCache.AttrNameVal Struct Reference

Public Member Functions

void Init (string prefix, string localName, string ns, int hashCode)
 
void Init (string text)
 
void Init (XmlAtomicValue value)
 
bool IsDuplicate (string localName, string ns, int hashCode)
 

Properties

string LocalName [get]
 
string Prefix [get]
 
string Namespace [get]
 
string Text [get]
 
XmlAtomicValue Value [get]
 
int NextNameIndex [get, set]
 

Private Attributes

string _localName
 
string _prefix
 
string _namespaceName
 
string _text
 
XmlAtomicValue _value
 
int _hashCode
 
int _nextNameIndex
 

Detailed Description

Definition at line 7 of file XmlAttributeCache.cs.


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