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

IList() private method

private IList ( int index ) : void
index int
return void
        void IList.RemoveAt(int index) {
            RemoveAt(index);
        }

Same methods

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