ReferenceComment Constructor

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

Definition

Initializes a new instance of the ReferenceComment class.
protected ReferenceComment(string cref, XElement element)

Parameters

cref string
The code reference being described.
element XElement
The XML element containing the description.

Exceptions

ArgumentNullException
Thrown when cref or element is null.