Click or drag to resize

GenericInstanceMethod Constructor

Initializes a new instance of the GenericInstanceMethod class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public GenericInstanceMethod(
	MethodReference method
)

Parameters

method
Type: Mono.CecilMethodReference
See Also