NonGenericList constructor
init
Initializes a new instance of the NonGenericList
class.
def __init__(self, list):
...
Parameter | Type | Description |
---|---|---|
list | list | The list - container of objects. |
See Also
- module
aspose.cad
- class
NonGenericList
Initializes a new instance of the NonGenericList
class.
def __init__(self, list):
...
Parameter | Type | Description |
---|---|---|
list | list | The list - container of objects. |
aspose.cad
NonGenericList