Пример #1
0
 public void LinqAF()
 {
     foreach (var item in Source1.Reverse())
     {
         GC.KeepAlive(item);
     }
 }