/// <summary>
/// This method does something...
/// </summary>
public void DoSomething()
{
// code...
}
在不同的 .dll 中使用该方法/类等时,不会显示注释。
/// <summary>
/// This method does something...
/// </summary>
public void DoSomething()
{
// code...
}
在不同的 .dll 中使用该方法/类等时,不会显示注释。