System.Collections.CollectionBase.OnInsert C# (CSharp) Метод

OnInsert() защищенный Метод

protected OnInsert ( int index, object value ) : void
index int
value object
Результат void
        protected virtual void OnInsert(int index, object value) { }
        protected virtual void OnInsertComplete(int index, object value) { }