SVGStringList

SVGStringList()

Initializes a new instance of the SVGStringList class.

public SVGStringList()

See Also


SVGStringList(IEnumerable<string>)

Initializes a new instance of the SVGStringList class.

public SVGStringList(IEnumerable<string> enumerable)
ParameterTypeDescription
enumerableIEnumerable`1The enumerable.

See Also