MemberDescriptor Constructor (String^)

 

Initializes a new instance of the MemberDescriptor class with the specified name of the member.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

protected:
MemberDescriptor(
	String^ name
)

Parameters

name
Type: System::String^

The name of the member.

Exception Condition
ArgumentException

The name is an empty string ("") or null.

.NET Framework
Available since 1.1
Return to top
Show: