Tag: code snippet

  • Easy Properties in Visual Studio

    In a Visual Studio 2012 class file, type “prop” and then press tab twice.  There are a few options, but at least check out “prop” and “propfull”.  This will create a template getter/setter property for you!  When you modify the datatype and the variable names, they’ll update in both.  Try it! Properties are especially useful in…