Click or drag to resize

MethodRefCreate Method (MethodBase, Expression)

Construct a MethodRef or ConstructorRef from a MethodBase.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static MethodRef Create(
	MethodBase methodBase,
	params Expression[] typeArguments
)

Parameters

methodBase
Type: System.ReflectionMethodBase
typeArguments
Type: Nova.CodeDOMExpression

Return Value

Type: MethodRef
See Also