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
linkstring- The code reference (cref) or hyperlink (href) being referenced.
elementXElement- The XML element containing the description of the see-also reference.
Exceptions
- ArgumentNullException
- Thrown when
linkorelementisnull.
