Create(Params: Array);
Params. Array of the values, based on which a set should be created.
The Create constructor creates a set 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 constructor use is given in the example for IPythonSet.Add.
See also: