Class SvgNumberCollection
- Namespace
- Svg
- Assembly
- Svg.dll
Represents a list of float.
[TypeConverter(typeof(SvgNumberCollectionConverter))]
public class SvgNumberCollection : List<float>, IList<float>, ICollection<float>, IReadOnlyList<float>, IReadOnlyCollection<float>, IEnumerable<float>, IList, ICollection, IEnumerable, ICloneable
- Inheritance
-
SvgNumberCollection
- Implements
- Inherited Members
Methods
Clone()
Creates a new object that is a copy of the current instance.
public object Clone()
Returns
- object
A new object that is a copy of this instance.
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.