System.ComponentModel.PropertyDescriptor.PropertyDescriptor C# (CSharp) Method

PropertyDescriptor() protected method

Initializes a new instance of the class with the name in the specified and the attributes in both the and the array.

protected PropertyDescriptor ( MemberDescriptor descr, Attribute attrs ) : System.Collections
descr MemberDescriptor
attrs System.Attribute
return System.Collections
        protected PropertyDescriptor(MemberDescriptor descr, Attribute[] attrs)
        : base(descr, attrs)
        {
        }

Same methods

PropertyDescriptor::PropertyDescriptor ( MemberDescriptor descr ) : System.Collections
PropertyDescriptor::PropertyDescriptor ( string name, Attribute attrs ) : System.Collections