System.Xml.Schema.XmlSchemaObjectCollection.OnInsert C# (CSharp) Method

OnInsert() protected method

protected OnInsert ( int index, object item ) : void
index int
item object
return void
        protected override void OnInsert(int index, object item) {
            if (parent != null) {
                parent.OnAdd(this, item);
            }
        }