CustomAttributeNamedArgument Constructor
Initializes a new instance of the CustomAttributeNamedArgument class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CustomAttributeNamedArgument(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. |
![]() | CustomAttributeNamedArgument(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. |
