Class SvgNumberCollection
Represents a list of Single.
Implements
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<System.Single>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<System.Single>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<System.Single>.AddRange(System.Collections.Generic.IEnumerable<System.Single>)
System.Collections.Generic.List<System.Single>.AsReadOnly()
System.Collections.Generic.List<System.Single>.BinarySearch(System.Single)
System.Collections.Generic.List<System.Single>.ConvertAll<TOutput>(System.Converter<System.Single, TOutput>)
System.Collections.Generic.List<System.Single>.CopyTo(System.Single[])
System.Collections.Generic.List<System.Single>.EnsureCapacity(System.Int32)
System.Collections.Generic.List<System.Single>.FindIndex(System.Int32, System.Int32, System.Predicate<System.Single>)
System.Collections.Generic.List<System.Single>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.Single>)
System.Collections.Generic.List<System.Single>.FindLastIndex(System.Int32, System.Predicate<System.Single>)
System.Collections.Generic.List<System.Single>.ForEach(System.Action<System.Single>)
System.Collections.Generic.List<System.Single>.Insert(System.Int32, System.Single)
System.Collections.Generic.List<System.Single>.LastIndexOf(System.Single)
System.Collections.Generic.List<System.Single>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<System.Single>.Sort()
System.Collections.Generic.List<System.Single>.System.Collections.Generic.IEnumerable<System.Single>.GetEnumerator()
System.Collections.Generic.List<System.Single>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<System.Single>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<System.Single>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<System.Single>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<System.Single>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<System.Single>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<System.Single>.TrueForAll(System.Predicate<System.Single>)
System.Collections.Generic.List<System.Single>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<System.Single>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<System.Single>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<System.Single>.System.Collections.IList.Item[System.Int32]
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Svg
Assembly: Svg.dll
Syntax
[TypeConverter(typeof(SvgNumberCollectionConverter))]
public class SvgNumberCollection : List<float>, IList<float>, ICollection<float>, IReadOnlyList<float>, IReadOnlyCollection<float>, IEnumerable<float>, IList, ICollection, IEnumerable, ICloneable
Methods
| Improve this Doc View SourceClone()
Declaration
public object Clone()
Returns
| Type | Description |
|---|---|
| Object |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()
Implements
System.Collections.IEnumerable