Comment Constructor

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

Definition

Initializes a new instance of the Comment class.
protected Comment(XElement element)

Parameters

element XElement
The XML element containing the description.

Exceptions

ArgumentNullException
Thrown when element is null.