What is the use of XML comments in C#

前端 未结 6 1883
没有蜡笔的小新
没有蜡笔的小新 2020-12-19 11:36

What is the use of XML comments in C# than signal line and multiple line comments.

i.Single line
Eg:
//This is a Single line comment

ii. Multiple line (/* *         


        
6条回答
  •  执笔经年
    2020-12-19 12:16

    When you create a Dll assambly Xml comments provides the dll's user some information about function or something

提交回复
热议问题