1.4.8 How to Add a Comment to a Parameter

If adding a comment to a method with a parameter for the first time, Visual Studio will auto generate the template for you with the parameter name.

Parameters should be named much like methods.

If adding a parameter to a method that previously had a code comment on it, add a new line under the code comment and type /// <p and Visual Studio will auto complete the tag for you.