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