Documenting overloaded methods with the same XML comments

前端 未结 4 1988
情书的邮戳
情书的邮戳 2021-02-02 08:16

Say I have this constructor:

/// 
/// Example comment.
/// 
public SftpConnection(string host, string username, 
    string passwo         


        
4条回答
  •  误落风尘
    2021-02-02 08:37

    A half-solution is the tag. While it doesn't solve the issue with

    , it does provide documentation that shows up anywhere all the overloads are listed as a group, including both IntelliSense and SandCastle.

提交回复
热议问题