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