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

◆ CleanupAttributes()

void System.Xml.Schema.Compiler.CleanupAttributes ( XmlSchemaObjectCollection attributes)
inlineprivate

Definition at line 374 of file Compiler.cs.

375 {
376 for (int i = 0; i < attributes.Count; i++)
377 {
378 if (attributes[i] is XmlSchemaAttribute attribute)
379 {
381 }
382 }
383 }
void CleanupAttribute(XmlSchemaAttribute attribute)
Definition Compiler.cs:265

References System.Xml.Schema.Compiler.CleanupAttribute(), and System.Collections.CollectionBase.Count.

Referenced by System.Xml.Schema.Compiler.CleanupAttributeGroup(), and System.Xml.Schema.Compiler.CleanupComplexType().