Assembly: Python;
The PythonList class implements the object that is a Python language list.
Constructor name | Brief description | |
Create | The Create constructor creates a list based on the specified values array. |
Property name | Brief description | |
Type | The Type property returns object type. |
Property name | Brief description | |
Item | The Item property returns value of list element with the specified index. | |
Length | The Length property returns list length. |
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: