Initializes a new DefaultMemberAttribute.
[Visual Basic] Public Sub New( _ ByVal memberName As String _ ) [C#] public DefaultMemberAttribute( string memberName ); [C++] public: DefaultMemberAttribute( String* memberName ); [JScript] public function DefaultMemberAttribute( memberName : String );
The default member of a type is marked with the DefaultMemberAttribute custom attribute or marked in COM in the usual way.
DefaultMemberAttribute Class | DefaultMemberAttribute Members | System.Reflection Namespace