terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
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 41 of file XmlSchemaObjectCollection.cs.

42 {
43 if (this.parent != null)
44 {
45 return;
46 }
47 }

References System.Xml.Schema.XmlSchemaObjectCollection.parent.