Show contents 

Python > Python Assembly Interfaces > IPythonList > IPythonList.ToArray

IPythonList.ToArray

Syntax

ToArray: Array;

ToArray(): Array;

Description

The ToArray method transforms list contents into a Fore array.

Example

The example of use is given in description of the IPythonList.Item property.

See also:

IPythonList