ItemsCollection.InsertItem C# (CSharp) Méthode

InsertItem() protected méthode

protected InsertItem ( int index, item ) : void
index int
Résultat void
        protected override void InsertItem(int index, Item item)
        {
            CheckParent(item);
            base.InsertItem(index, item);
        }