Using Regular Expression to automate Properties, and Parameter List Creation Often when creating classes for my application I find myself repeatingly doing the tedious task of converting the class' private members into properties and also as parameter list for the class constructor (for initialization...