Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ HasAttribute() [1/2]

virtual bool System.Xml.XmlElement.HasAttribute ( string localName,
string? namespaceURI )
inlinevirtual

Definition at line 420 of file XmlElement.cs.

421 {
422 return GetAttributeNode(localName, namespaceURI) != null;
423 }
virtual ? XmlAttribute GetAttributeNode(string name)

References System.Xml.Dictionary, and System.Xml.XmlElement.GetAttributeNode().