Click or drag to resize

MethodRef Constructor (MethodInfo, Boolean, 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,
	bool isFirstOnLine = false,
	ChildList<Expression> typeArguments = null
)

Parameters

methodInfo
Type: System.ReflectionMethodInfo
isFirstOnLine (Optional)
Type: SystemBoolean
typeArguments (Optional)
Type: Nova.CodeDOMChildListExpression
See Also