Click or drag to resize

MethodRefCreate Method (MethodReference, Boolean, ChildListExpression)

Construct a MethodRef or ConstructorRef from a MethodReference.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static MethodRef Create(
	MethodReference methodReference,
	bool isFirstOnLine = false,
	ChildList<Expression> typeArguments = null
)

Parameters

methodReference
Type: Mono.CecilMethodReference
isFirstOnLine (Optional)
Type: SystemBoolean
typeArguments (Optional)
Type: Nova.CodeDOMChildListExpression

Return Value

Type: MethodRef
See Also