Esempio n. 1
0
 public void Each(Action <T> a)
 {
     LinqAlternative.Each(InnerEnumerable(), a);
 }