SeeAlsoComment Constructor

Namespace
Kampute.DocToolkit.XmlDoc.Comments
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the SeeAlsoComment class for a code reference.
protected SeeAlsoComment(string link, XElement element)

Parameters

link string
The code reference (cref) or hyperlink (href) being referenced.
element XElement
The XML element containing the description of the see-also reference.

Exceptions

ArgumentNullException
Thrown when link or element is null.