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

◆ RemoveAttributeNode() [2/2]

virtual ? XmlAttribute System.Xml.XmlElement.RemoveAttributeNode ( XmlAttribute oldAttr)
inlinevirtual

Definition at line 333 of file XmlElement.cs.

334 {
335 if (HasAttributes)
336 {
337 return Attributes.Remove(oldAttr);
338 }
339 return null;
340 }
XmlAttribute? Remove(XmlAttribute? node)
override XmlAttributeCollection Attributes
Definition XmlElement.cs:93
virtual bool HasAttributes

References System.Xml.XmlElement.Attributes, System.Xml.Dictionary, System.Xml.XmlElement.HasAttributes, and System.Xml.XmlAttributeCollection.Remove().

Referenced by System.Xml.XmlElement.RemoveAttribute().