Initializes a new instance of the MemberDescriptor class.
Initializes a new instance of the MemberDescriptor class with the specified name
and no attributes.
[Visual Basic] Overloads Public Sub New(String)
[C#] public MemberDescriptor(String);
[C++] public: MemberDescriptor(String*);
[JScript] public function MemberDescriptor(String);
Initializes a new instance of the MemberDescriptor class with the specified name and attributes array.
[Visual Basic] Overloads Public Sub New(String, MemberAttribute())
[C#] public MemberDescriptor(String, MemberAttribute[]);
[C++] public: MemberDescriptor(String*, MemberAttribute[]);
[JScript] public function MemberDescriptor(String, MemberAttribute[]);
Initializes a new instance of the MemberDescriptor class with the specified MemberDescriptor.
[Visual Basic] Overloads Public Sub New(MemberDescriptor)
[C#] public MemberDescriptor(MemberDescriptor);
[C++] public: MemberDescriptor(MemberDescriptor*);
[JScript] public function MemberDescriptor(MemberDescriptor);
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(MemberDescriptor, MemberAttribute())
[C#] public MemberDescriptor(MemberDescriptor, MemberAttribute[]);
[C++] public: MemberDescriptor(MemberDescriptor*, MemberAttribute[]);
[JScript] public function MemberDescriptor(MemberDescriptor, MemberAttribute[]);
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace