<returns> (C# Programming Guide)
Visual Studio 2005
<returns>description</returns>
Parameters
- description
-
A description of the return value.
The <returns> tag should be used in the comment for a method declaration to describe the return value.
Compile with /doc to process documentation comments to a file.