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

PropertyDescriptor() protected method

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

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

Same methods

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