The <paramref> tag indicates that a word is a parameter.
<paramref name="name"/>
where:
Can be used inline within any other markup.
[C#] /// text for class MyClass public class MyClass { /// <remarks>MyMethod is a method in the MyClass class. /// The <paramref name="Int1"/> parameter takes a number. /// </remarks> public static void MyMethod(int Int1) { } /// text for Main public static void Main () { } }
Tag Usage | NDoc Tags | Microsoft's definition
NDoc development is hosted by |