Is there any way to generate a ToString() using Visual Studio 2010?
ToString()
I really don\'t want to do this by hand!
[EDIT]
I\'m looking for a s
Major pain that VS 2010 doesn't even have an autogenerate ToString method, syntax is close enough to Java where I used Ecilpse to Generate the ToString and then pasted it into VS...