<value> 标记用于说明属性的值。
<value>property-description</value>
其中:
属性。
按照约定,总是应该为属性书写 <value> 标记。
[C#] /// text for class MyClass public class MyClass { /// <summary>MyProperty is a property in the MyClass class.</summary> /// <value>A string containing the text "MyProperty String".</value> public string MyProperty() { get { return "MyProperty String"; } } }
标记用法 | NDoc 支持的标记 | <summary> | Microsoft 的定义
NDoc development is hosted by
|
![]() |