Click or drag to resize

CustomAttributeArgument Constructor

Initializes a new instance of the CustomAttributeArgument class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public CustomAttributeArgument(
	TypeReference type,
	Object value
)

Parameters

type
Type: Mono.CecilTypeReference
value
Type: SystemObject
See Also