Creating Class Properties in Visual Studio
Posted
by pm_2
on Stack Overflow
See other posts from Stack Overflow
or by pm_2
Published on 2010-04-27T12:43:51Z
Indexed on
2010/04/27
12:53 UTC
Read the original article
Hit count: 232
Using the standard VS IDE, is there a fast way to create class properties that are linked to the local variables?
The class diagram seems to provide something, but it basically just created a property stub. Is there something better / easier out there ?
© Stack Overflow or respective owner