Code generator tool to generate a property and backing field

Posted by MattSlay on Stack Overflow See other posts from Stack Overflow or by MattSlay
Published on 2009-02-27T16:33:59Z Indexed on 2010/04/07 10:43 UTC
Read the original article Hit count: 178

Filed under:

I'm working in VS2008 and C#, and I'm looking for a (free) code generator tool to generate a property with getter and setter, as well as the backing private field to go with. The template thingy in VS does not make the field to go with it. Just looking for something a little bit better.

I once saw a web site where you could build this code, then cust-and-paste it from the web page to your code.

© Stack Overflow or respective owner

Related posts about c#