The <param> tag describes one of the parameters for the method.
<param name='name'>description</param>
where:
Property, Method, Event, Operator.
[C#] /// text for class MyClass public class MyClass { /// <param name="Int1">Used to indicate status.</param> 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 |