XmlParagraphElement

Represents a paragraph XML documentation element.

Syntax

public class XmlParagraphElement : XmlDocumentationElement

Inheritance

Constructors

XmlParagraphElement

public XmlParagraphElement()
Initializes a new instance of the XmlParagraphElement class.

XmlParagraphElement

public XmlParagraphElement(XElement element)
Initializes a new instance of the XmlParagraphElement class with XML content.

Parameters

  • element XElement: The XML element to parse.

Methods

ToMdx

public override string ToMdx()
Converts this paragraph element to MDX format.

Returns

string The MDX representation of this paragraph.

Remarks

The para element represents a paragraph break within documentation text. It is used to separate sections of content for better readability.