How do I document a c# dll

前端 未结 4 1859
感动是毒
感动是毒 2021-01-18 02:08

How do I write a class so that property and method descriptions are visible to people referencing the dll in other projects?

    [Description(\"My age in yea         


        
4条回答
  •  生来不讨喜
    2021-01-18 02:16

    Did you build the XML documentation file for your second case?

    Project properties -> Build -> [Output] XML Documentation file

提交回复
热议问题