Click or drag to resize

MethodReference Constructor (String, TypeReference)

Initializes a new instance of the MethodReference class

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public MethodReference(
	string name,
	TypeReference returnType
)

Parameters

name
Type: SystemString
returnType
Type: Mono.CecilTypeReference
See Also