• λ我爱Aspx >> Asp.Net >> Visual Studio Add-Ins Every Developer Should Downl
  • Visual Studio Add-Ins Every Developer Should Downl

  • :未知  Դ:internet  :2007-5-20 16:44:22  ؼ:
  • For instance consider the method shown here:

    private void SavePerson(Person person) { } After installing GhostDoc, you can right-click on the method declaration and choose Document this. The following comments will then be added to your document: /// <summary> /// Saves the person. /// </summary> /// <param name="person">Person.</param> private void SavePerson(Person person) { } As you can see, GhostDoc has automatically generated a summary based on how the method was named and has also populated the parameter comments. Don't stop hereyou should add additional comments stating where the person is being saved to or perhaps give an example of creating and saving a person. Here is my comment after adding some additional information by hand: /// <summary> /// Saves a person using the configured persistence provider. /// </summary> /// <param name="person">The Person to be saved</param> private void SavePerson(Person person) { }

    Ҷƪл˵?
  • һƪWindows 蓝屏错误代码说明一览表
    һƪASP通用分页类