Click or drag to resize

MethodRef Constructor (MethodDeclBase, Boolean, ChildListExpression)

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 methodDeclBase,
	bool isFirstOnLine = false,
	ChildList<Expression> typeArguments = null
)

Parameters

methodDeclBase
Type: Nova.CodeDOMMethodDeclBase
isFirstOnLine (Optional)
Type: SystemBoolean
typeArguments (Optional)
Type: Nova.CodeDOMChildListExpression
See Also