Create(Params: Array);
Params. Values array, based on which a list must be created.
The Create constructor creates a list based on the specified values array.
The Params array can contain simple type values, other arrays, or various objects that have Python language types. If a multidimensional array is sent, a multi-level list will be created.
The example of use is given in description of IPythonList.Add, IPythonList.Item, IPythonList.SetAt.
See also: