Search Results for

    Show / Hide Table of Contents

    Class SvgNumberCollection

    Represents a list of Single.

    Inheritance
    Object
    List<Single>
    SvgNumberCollection
    Implements
    IList<Single>
    ICollection<Single>
    IReadOnlyList<Single>
    IReadOnlyCollection<Single>
    IEnumerable<Single>
    IList
    ICollection
    System.Collections.IEnumerable
    ICloneable
    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)
    List<Single>.Add(Single)
    System.Collections.Generic.List<System.Single>.AddRange(System.Collections.Generic.IEnumerable<System.Single>)
    System.Collections.Generic.List<System.Single>.AsReadOnly()
    List<Single>.BinarySearch(Int32, Int32, Single, IComparer<Single>)
    System.Collections.Generic.List<System.Single>.BinarySearch(System.Single)
    List<Single>.BinarySearch(Single, IComparer<Single>)
    List<Single>.Clear()
    List<Single>.Contains(Single)
    System.Collections.Generic.List<System.Single>.ConvertAll<TOutput>(System.Converter<System.Single, TOutput>)
    List<Single>.CopyTo(Int32, Single[], Int32, Int32)
    System.Collections.Generic.List<System.Single>.CopyTo(System.Single[])
    List<Single>.CopyTo(Single[], Int32)
    System.Collections.Generic.List<System.Single>.EnsureCapacity(System.Int32)
    List<Single>.Exists(Predicate<Single>)
    List<Single>.Find(Predicate<Single>)
    List<Single>.FindAll(Predicate<Single>)
    System.Collections.Generic.List<System.Single>.FindIndex(System.Int32, System.Int32, System.Predicate<System.Single>)
    List<Single>.FindIndex(Int32, Predicate<Single>)
    List<Single>.FindIndex(Predicate<Single>)
    List<Single>.FindLast(Predicate<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>)
    List<Single>.FindLastIndex(Predicate<Single>)
    System.Collections.Generic.List<System.Single>.ForEach(System.Action<System.Single>)
    List<Single>.GetEnumerator()
    List<Single>.GetRange(Int32, Int32)
    List<Single>.IndexOf(Single)
    List<Single>.IndexOf(Single, Int32)
    List<Single>.IndexOf(Single, Int32, Int32)
    System.Collections.Generic.List<System.Single>.Insert(System.Int32, System.Single)
    List<Single>.InsertRange(Int32, IEnumerable<Single>)
    System.Collections.Generic.List<System.Single>.LastIndexOf(System.Single)
    List<Single>.LastIndexOf(Single, Int32)
    List<Single>.LastIndexOf(Single, Int32, Int32)
    List<Single>.Remove(Single)
    List<Single>.RemoveAll(Predicate<Single>)
    List<Single>.RemoveAt(Int32)
    List<Single>.RemoveRange(Int32, Int32)
    List<Single>.Reverse()
    System.Collections.Generic.List<System.Single>.Reverse(System.Int32, System.Int32)
    List<Single>.Slice(Int32, Int32)
    System.Collections.Generic.List<System.Single>.Sort()
    List<Single>.Sort(IComparer<Single>)
    List<Single>.Sort(Comparison<Single>)
    List<Single>.Sort(Int32, Int32, IComparer<Single>)
    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)
    List<Single>.IEnumerable.GetEnumerator()
    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)
    List<Single>.ToArray()
    List<Single>.TrimExcess()
    System.Collections.Generic.List<System.Single>.TrueForAll(System.Predicate<System.Single>)
    List<Single>.Capacity
    List<Single>.Count
    List<Single>.Item[Int32]
    List<Single>.ICollection<Single>.IsReadOnly
    System.Collections.Generic.List<System.Single>.System.Collections.ICollection.IsSynchronized
    List<Single>.ICollection.SyncRoot
    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]
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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 Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    Object
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    System.ICloneable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX