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

IList() private method

private IList ( ) : void
return void
        void IList.Clear() {
            Clear();
        }
        

Same methods

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