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

IList() private method

private IList ( object value ) : void
value object
return void
        void IList.Remove(object value) {
            Remove((EventDescriptor)value);
        }
        

Same methods

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