Пример #1
0
 public IList List()
 {
     return(root.List());
 }
Пример #2
0
 public IList List()
 {
     return(parent.List());
 }