Represents a collection of SvgElements.
public sealed class SvgElementCollection : IList<SvgElement>, ICollection<SvgElement>, IEnumerable<SvgElement>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.FindSvgElementOf<T>()expensive recursive search for first node of type TFindSvgElementsOf<T>()expensive recursive search for nodes of type TIndexOf(SvgElement)Returns the index of the specified SvgElement in the collection.Insert(Int32, SvgElement)Inserts the given SvgElement to the collection at the specified index.