Esempio n. 1
0
 public static int Count <TChild>(IOneToMany <TChild> parent)
 {
     return(parent.Children.Count);
 }
Esempio n. 2
0
 public static ICollection <TChild> Collection <TChild>(IOneToMany <TChild> parent)
 {
     return(parent.Children);
 }