Assembly: Python;
The PythonTuple class implements the object that is a Python language tuple.
| Constructor name | Brief description | |
![]() |
Create | The Create constructor creates a tuple based on the specified values array. |
| Property name | Brief description | |
![]() |
Item | The Item property returns value of tuple element with the specified index. |
![]() |
Length | The Length property returns tuple length.. |
| Property name | Brief description | |
![]() |
Type | The Type property returns object type. |
| Method name | Brief description | |
![]() |
ToArray | The ToArray method transforms tuple contents into the Fore array. |
See also: