Click or drag to resize

CustomAttributeNamedArgument Constructor

Initializes a new instance of the CustomAttributeNamedArgument class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public CustomAttributeNamedArgument(
	string name,
	CustomAttributeArgument argument
)

Parameters

name
Type: SystemString
argument
Type: Mono.CecilCustomAttributeArgument
See Also