The <returns> tag describes the return value of a method.
<returns>description</returns>
where:
Method.
[C#] /// text for class MyClass public class MyClass { /// <returns>Returns zero.</returns> public static int GetZero() { return 0; } /// text for Main public static void Main () { } }
Tag Usage | NDoc Tags | Microsoft's definition
NDoc development is hosted by |