NonGenericList constructor

init

Initializes a new instance of the NonGenericList class.

def __init__(self, list):
    ...
ParameterTypeDescription
listlistThe list - container of objects.

See Also