Create(Params: Array);
Params. The values array, based on which a tuple must be created.
The Create constructor creates a tuple based on the specified values array.
The Params array can contain simple type values, other arrays, or various objects that have Python language types.
The example of use is given in description of IPythonTuple.Item, IPythonTuple.Length.
See also: