Click or drag to resize

TupleRef Constructor (Boolean, Int32)

Create a TupleRef.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TupleRef(
	bool isFirstOnLine,
	params int[] arrayRanks
)

Parameters

isFirstOnLine
Type: SystemBoolean
arrayRanks
Type: SystemInt32
See Also