Class Extensions
Inherited Members
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 SourceDescendants<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 |