【发布时间】:2013-04-26 13:33:09
【问题描述】:
一方面MSDN 说:
XML doc cmets 不是元数据;它们不包括在 编译的程序集...
但另一方面,Intellisense 在 Visual Studio 中为 .net 类等显示它们(例如,如果您将鼠标悬停在 Int32 上。)
为了避免误解:我指的是这些:
/// <summary>
/// These comments.
/// </summary>
void example()
{
//Not these.
}
【问题讨论】:
标签: c# .net xml-comments