<c> 标记指示将其内部的文本表示为代码样式,Inline 标记,用于表示行文中的代码片断。
<c>text</c>
其中:
可用于其他标记内部。
如果需要标记多行的代码块,请使用 <code> 标记。
[C#] public class MyClass { /// <summary> /// <c>MyMethod</c> is a method in the <c>MyClass</c> class. /// </summary> public static void MyMethod(int Int1) { } }
标记用法 | NDoc 支持的标记 | <code> | Microsoft 的定义
NDoc development is hosted by
|
![]() |