Click or drag to resize

MethodRef Constructor (MethodInfo, ChildListExpression)

Create a MethodRef from a MethodInfo.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public MethodRef(
	MethodInfo methodInfo,
	ChildList<Expression> typeArguments
)

Parameters

methodInfo
Type: System.ReflectionMethodInfo
typeArguments
Type: Nova.CodeDOMChildListExpression
See Also