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