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

IList() private method

private IList ( object value ) : int
value object
return int
        int IList.Add(object value) {
            return Add((PropertyDescriptor)value);
        }
        

Same methods

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