Click or drag to resize

CustomAttribute Constructor (MethodReference, Byte)

Initializes a new instance of the CustomAttribute class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public CustomAttribute(
	MethodReference constructor,
	byte[] blob
)

Parameters

constructor
Type: Mono.CecilMethodReference
blob
Type: SystemByte
See Also