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

IList() private method

private IList ( int index, object value ) : void
index int
value object
return void
        void IList.Insert(int index, object value) {
            Insert(index, (PropertyDescriptor)value);
        }

Same methods

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