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

OnInsert() protected method

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