System.ComponentModel.EventDescriptorCollection.IList C# (CSharp) Method

IList() private method

private IList ( int index, object value ) : void
index int
value object
return void
        void IList.Insert(int index, object value) {
            Insert(index, (EventDescriptor)value);
        }
        

Same methods

EventDescriptorCollection::IList ( object value ) : bool
EventDescriptorCollection::IList ( object value ) : int
EventDescriptorCollection::IList ( ) : void
EventDescriptorCollection::IList ( int index ) : void
EventDescriptorCollection::IList ( object value ) : void