Visual Studio 2010 - Visual C#
<seealso> (C# Programming Guide)
<seealso cref="member"/>
Parameters
Remarks
The <seealso> tag lets you specify the text that you might want to appear in a See Also section. Use <see> to specify a link from within text.
Compile with /doc to process documentation comments to a file.
Example
See <summary> for an example of using <seealso>.
See Also