Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CustomAttributeNamedArgument Constructor

.NET Framework (current version)
 

Initializes a new instance of the CustomAttributeNamedArgument class.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCustomAttributeNamedArgument(MemberInfo^, CustomAttributeTypedArgument)

Initializes a new instance of the CustomAttributeNamedArgument class, which represents the specified field or property of the custom attribute, and specifies a CustomAttributeTypedArgument object that describes the type and value of the field or property.

System_CAPS_pubmethodCustomAttributeNamedArgument(MemberInfo^, Object^)

Initializes a new instance of the CustomAttributeNamedArgument class, which represents the specified field or property of the custom attribute, and specifies the value of the field or property.

Return to top
Show:
© 2017 Microsoft