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

◆ OnClear()

override void System.Xml.Schema.XmlSchemaObjectCollection.OnClear ( )
inlineprotectedvirtual

Reimplemented from System.Collections.CollectionBase.

Definition at line 82 of file XmlSchemaObjectCollection.cs.

83 {
84 if (_parent != null)
85 {
86 _parent.OnClear(this);
87 }
88 }
virtual void OnClear(XmlSchemaObjectCollection container)

References System.Xml.Schema.XmlSchemaObjectCollection._parent, and System.Xml.Schema.XmlSchemaObject.OnClear().