Click or drag to resize

MethodRefCreate Method (MethodReference, 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,
	ChildList<Expression> typeArguments
)

Parameters

methodReference
Type: Mono.CecilMethodReference
typeArguments
Type: Nova.CodeDOMChildListExpression

Return Value

Type: MethodRef
See Also