Search Results for

    Show / Hide Table of Contents

    Class Extensions

    Inheritance
    Object
    Extensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Svg
    Assembly: Svg.dll
    Syntax
    public static class Extensions

    Methods

    | Improve this Doc View Source

    Descendants<T>(IEnumerable<T>)

    Declaration
    public static IEnumerable<SvgElement> Descendants<T>(this IEnumerable<T> source)
        where T : SvgElement
    Parameters
    Type Name Description
    IEnumerable<T> source
    Returns
    Type Description
    IEnumerable<SvgElement>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX