Exemple #1
0
 public IEnumerable <MappingContext> Children()
 {
     return(FirstChild.Follow(n => n.Next));
 }