Table of Contents

Class SvgStringList

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

This interface defines a list of String objects

public sealed class SvgStringList : SvgList<string>, ISvgStringList, IEnumerable<string>, IEnumerable
Inheritance
SvgStringList
Implements
Inherited Members

Constructors

SvgStringList()
SvgStringList(string)

Methods

FromString(string)