Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowDuplicateXmlnsAttribute()

static void System.Xml.XmlExceptionHelper.ThrowDuplicateXmlnsAttribute ( XmlDictionaryReader reader,
string localName,
string ns )
inlinestatic

Definition at line 223 of file XmlExceptionHelper.cs.

224 {
225 string text = ((localName.Length != 0) ? ("xmlns:" + localName) : "xmlns");
227 }
static string XmlDuplicateAttribute
Definition SR.cs:376
Definition SR.cs:7
static void ThrowXmlException(XmlDictionaryReader reader, string res)

References System.Xml.Dictionary, System.text, System.Xml.XmlExceptionHelper.ThrowXmlException(), and System.SR.XmlDuplicateAttribute.

Referenced by System.Xml.XmlBaseReader.CheckAttributes().