SVGStringList Class

SVGStringList class

SVGStringList has the same attributes and methods as other SVGxxxList interfaces. Implementers may consider using a single base class to implement the various SVGxxxList interfaces.

public class SVGStringList : SVGListBase<String>

Constructors

NameDescription
SVGStringList()Initializes a new instance of the SVGStringList class.
SVGStringList(IEnumerable<String>)Initializes a new instance of the SVGStringList class.

Properties

NameDescription
[getItem]
[setItem]
getLength
getNumberOfItems

Methods

NameDescription
appendItem(String)
clear()
dispose()Releases unmanaged and - optionally - managed resources.
getEnumerator()
getItem(ulong)
getPlatformType()This method is used to retrieve the ECMAScript object .
initialize(String)
insertItemBefore(String, ulong)
removeItem(ulong)
replaceItem(String, ulong)
toString()Returns a String that represents this instance.

See Also