Create(Params: Array);
Create(Params: Array [] of Object);
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.
The example of use is given in description of IPythonList.Add, IPythonList.Item.
See also: