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
Item { get; set; }
Length { get; }
NumberOfItems { get; }

Methods

NameDescription
AppendItem(string)
Clear()
Dispose()Releases unmanaged and - optionally - managed resources.
GetEnumerator()
GetItem(ulong)
virtual GetPlatformType()This method is used to retrieve the ECMAScript object .
Initialize(string)
InsertItemBefore(string, ulong)
RemoveItem(ulong)
ReplaceItem(string, ulong)
override ToString()Returns a String that represents this instance.

See Also