Esempio n. 1
0
 public void LinqAF()
 {
     foreach (var item in Source1.Zip(Source2, ResultSelector))
     {
         GC.KeepAlive(item);
     }
 }