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

IList() private method

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

Same methods

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