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

◆ RemoveAttributeAt()

virtual ? XmlNode System.Xml.XmlElement.RemoveAttributeAt ( int i)
inlinevirtual

Definition at line 504 of file XmlElement.cs.

505 {
506 if (HasAttributes)
507 {
508 return _attributes.RemoveAt(i);
509 }
510 return null;
511 }
XmlAttributeCollection _attributes
Definition XmlElement.cs:11
virtual bool HasAttributes

References System.Xml.XmlElement._attributes, System.Xml.XmlElement.HasAttributes, and System.Xml.XmlAttributeCollection.RemoveAt().