相关疑难解决方法(0)

如何让XML注释出现在另一个项目(dll)中?

/// <summary>
/// This method does something...
/// </summary>
public void DoSomething() 
{
    // code...
}
Run Code Online (Sandbox Code Playgroud)

当使用该方法/类等...在不同的.dll中时,注释不会显示.

.net c# xml-documentation

40
推荐指数
1
解决办法
9677
查看次数

标签 统计

.net ×1

c# ×1

xml-documentation ×1