PythonList

Assembly: Python;

Description

The PythonList class implements the object that is a Python language list.

Constructors

  Constructor name Brief description
Create The Create constructor creates a list based on the specified values array.

Class object properties inherited from IPythonObject

  Property name Brief description
Type The Type property returns object type.

Class object properties inherited from IPythonList

  Property name Brief description
Item The Item property returns value of list element with the specified index.
Length The Length property returns list length.

Class object methods inherited from IPythonList

  Method name Brief description
Add The Add method adds the specified value to the list.
SetAt The SetAt method sets value for the specified list element.
ToArray The ToArray method transforms list contents into the Fore array.

See also:

Python Assembly Classes