Click or drag to resize

GenericMethodDeclCreateRef Method (Boolean, ChildListExpression)

Create a reference to the GenericMethodDecl.

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

Parameters

isFirstOnLine
Type: SystemBoolean
typeArguments
Type: Nova.CodeDOMChildListExpression

Return Value

Type: MethodRef
A MethodRef.
See Also