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

IList() private method

private IList ( int index ) : void
index int
return void
        void IList.RemoveAt(int index) {
            RemoveAt(index);
        }

Same methods

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