C# Programmer's Reference
<see>
<see cref="member"/>

where:

cref = "member"
A reference to a member or field that is available to be called from the current compilation environment. The compiler checks that the given code element exists and passes member to the element name in the output XML. member must appear within double quotation marks (" ").

Remarks

The <see> tag lets you specify a link from within text. Use <seealso> to indicate text that you might want to appear in a See Also section.

Compile with /doc to process documentation comments to a file.

Example

See <summary> for an example of using <see>.

See Also

Recommended Tags for Documentation Comments

Page view tracker