Comment.Create Method

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

Definition

Creates a comment from the specified XML element.
public static Comment Create(XElement element)

Parameters

element XElement
The XML element containing the description.

Returns

Comment
A comment representing the specified XML element.