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 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:
TupleRefA
TupleRef.
See Also