Is there any way to generate a ToString() using Visual Studio 2010?
I really don\'t want to do this by hand!
[EDIT]
I\'m looking for a s
Maybe you should take a look at AutoCode 4.0. It is a Visual Studio extension which will brings some snippets with it.
For example you could somewhere within your class simply write tostr and press Ctrl+Enter and it will automatically generate the ToString() method that concatenates all public properties of the class.