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

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

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