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

IList() private method

private IList ( object value ) : bool
value object
return bool
        bool IList.Contains(object value) {
            return Contains((EventDescriptor)value);
        }
        

Same methods

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