Click or drag to resize

ArgumentsOperatorCreateTupleRef Method

Create a TupleRef with the arguments of the operator.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TupleRef CreateTupleRef(
	bool isFirstOnLine = false
)

Parameters

isFirstOnLine (Optional)
Type: SystemBoolean
True if the reference should be displayed on a new line.

Return Value

Type: TupleRef
A TupleRef.
See Also