Sunday, March 16, 2008

I just want to test the Windows Live Writer.

Some code:

   1:          static void ListEm<T>(IEnumerable<T> vals) 
   2:          {
   3:              new List<T>(vals).ForEach(a => Console.Write(a.ToString() + ","));
   4:              Console.WriteLine();
   5:          }
3/16/2008 2:50 PM Central Daylight Time  #    Disclaimer  |  Comments [0]  | 
Comments are closed.