Microsoft.ManagementConsole.BaseCollection.OnRemove C# (CSharp) Method

OnRemove() protected method

protected OnRemove ( int index, object value ) : void
index int
value object
return void
        protected override void OnRemove(int index, object value)
        {
            this.OnValidate(value, false);
            base.OnRemove(index, value);
        }