示例#1
0
 public void LinqAF()
 {
     foreach (var str in Source1.Cast <string>())
     {
         System.GC.KeepAlive(str);
     }
 }