PythonList.Create

Syntax

Create(Params: Array);

Create(Params: Array [] of Object);

Parameters

Params. Values array, based on which a list must be created.

Description

The Create constructor creates a list based on the specified values array.

Comments

The Params array can contain simple type values, other arrays, or various objects that have Python language types.

Fore and Fore.NET Examples

The example of use is given in description of IPythonList.Add, IPythonList.Item.

See also:

PythonList