Click or drag to resize

MethodRefCreate Method (MethodReference, Boolean, Expression)

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,
	params Expression[] typeArguments
)

Parameters

methodReference
Type: Mono.CecilMethodReference
isFirstOnLine
Type: SystemBoolean
typeArguments
Type: Nova.CodeDOMExpression

Return Value

Type: MethodRef
See Also