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