Click or drag to resize

MethodRef Constructor (MethodDeclBase, Boolean, Expression)

Create a MethodRef from a MethodDeclBase.

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

Parameters

methodBase
Type: Nova.CodeDOMMethodDeclBase
isFirstOnLine
Type: SystemBoolean
typeArguments
Type: Nova.CodeDOMExpression
See Also