System.ComponentModel.EventDescriptorCollection.IList C# (CSharp) Метод

IList() приватный Метод

private IList ( object value ) : bool
value object
Результат 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