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

◆ OnInsert()

override void System.Xml.Schema.XmlSchemaObjectCollection.OnInsert ( int index,
object? item )
inlineprotectedvirtual

Reimplemented from System.Collections.CollectionBase.

Definition at line 65 of file XmlSchemaObjectCollection.cs.

66 {
67 if (_parent != null)
68 {
69 _parent.OnAdd(this, item);
70 }
71 }
virtual void OnAdd(XmlSchemaObjectCollection container, object item)

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