Esempio n. 1
0
 public void LinqAF()
 {
     foreach (var str in Source1.Concat(Source2))
     {
         System.GC.KeepAlive(str);
     }
 }