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: }
Powered by: newtelligence dasBlog 2.0.7226.0
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.
© Copyright 2009, Scott Seely
E-mail