System.Collections.CollectionBase.OnRemove C# (CSharp) Méthode

OnRemove() protected méthode

protected OnRemove ( int index, object value ) : void
index int
value object
Résultat void
        protected virtual void OnRemove(int index, object value) { }
        protected virtual void OnRemoveComplete(int index, object value) { }