XmlListElement

Represents a list XML documentation element.

Syntax

public class XmlListElement : XmlDocumentationElement

Inheritance

Constructors

XmlListElement

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

XmlListElement

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

Parameters

  • element XElement: The XML element to parse.

Properties

Type

public string Type { get; set; }
Gets or sets the type of list (bullet, number, table).

Returns

string

Methods

ToMdx

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

Returns

string The MDX representation of this list.

Remarks

The list element creates bulleted or numbered lists within documentation. It supports different list types including bullet, number, and table formats.