PythonSet.Create

Syntax

Create(Params: Array);

Parameters

Params. Array of the values, based on which a set should be created.

Description

The Create constructor creates a set 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.

Example

The constructor use is given in the example for IPythonSet.Add.

See also:

PythonSet