Exemplo n.º 1
0
 public static IEnumerable <ITypedElement> DescendantsAndSelf(this ITypedElement element) =>
 (new[] { element }).Concat(element.Descendants());