Click or drag to resize

MethodReturnType Constructor

Initializes a new instance of the MethodReturnType class

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

Parameters

method
Type: Mono.CecilIMethodSignature
See Also