SVGStringList constructor

init

Initializes a new instance of the SVGStringList class.

def __init__(self):
    ...

init

Constructs a new instance of SVGStringList

def __init__(self, enumerable):
    ...
ParameterTypeDescription
enumerablelist

See Also