I wanted to add an extension method to Debug, which would automatically write a given set of parameters separated with commas (to generate CSV files). However, since extension methods are not supported for static methods, and the Debug.WriteXXX are static - it's not possible. Bummer!
Yet another missing feature in C#/CLR ...Wednesday, April 30, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment