本文介绍了什么是C#文档标记?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在C#中的文档标签允许你产生类似MSDN输出。有哪些///(三斜杠)注释区域上方类,方法和属性?
In C# documentation tags allow you to produce output similar to MSDN. What are a list of allowable tags for use inside the /// (triple slash) comment area above classes, methods, and properties?
推荐答案
查看(进入底部看到标签)
Check out Great documentation on the various C# XML documentation tags. (Go to the bottom to see the tags)
这篇关于什么是C#文档标记?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!