This member function is used to return an indexed tuple.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
ITuple MakeTuple(
	int index
)

Parameters

index
Type: System..::..Int32

Return Value

The tuple pointed to by the index.

See Also