Initializes a new instance of the PropertyDescriptor class with the name in the specified MemberDescriptor and the attributes in both the MemberDescriptor and the MemberAttribute array.
[Visual Basic] Overloads Protected Sub New( _ ByVal descr As MemberDescriptor, _ ByVal attrs() As MemberAttribute _ ) [C#] protected PropertyDescriptor( MemberDescriptor descr, MemberAttribute[] attrs ); [C++] protected: PropertyDescriptor( MemberDescriptor* descr, MemberAttribute* attrs[] ); [JScript] protected function PropertyDescriptor( descr : MemberDescriptor, attrs : MemberAttribute[] );
This constructor appends the attributes in the MemberAttribute array to the attributes in the MemberDescriptor.
PropertyDescriptor Class | PropertyDescriptor Members | System.ComponentModel Namespace | PropertyDescriptor Constructor Overload List | MemberDescriptor | MemberAttribute