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

◆ RemoveAll()

void System.Xml.XmlAttributeCollection.RemoveAll ( )
inline

Definition at line 231 of file XmlAttributeCollection.cs.

232 {
233 int num = Count;
234 while (num > 0)
235 {
236 num--;
237 RemoveAt(num);
238 }
239 }

References System.Xml.XmlAttributeCollection.Count, and System.Xml.XmlAttributeCollection.RemoveAt().

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