コード例 #1
0
 public static IEnumerable <IContentNode <T> > Descendants <T>(this IContentNode <T> node) where T : IContent
 {
     return(node.DescendantsInternal());
 }
コード例 #2
0
 public static IEnumerable <IContentNode> Descendants(this IContentNode node)
 {
     return(node.DescendantsInternal());
 }