XmlParameterElement

Represents a parameter XML documentation element.

Syntax

public class XmlParameterElement : XmlDocumentationElement

Inheritance

Constructors

XmlParameterElement

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

XmlParameterElement

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

Parameters

  • element XElement: The XML element to parse.

Properties

Name

public string Name { get; set; }
Gets or sets the name of the parameter.

Returns

string

Methods

ToMdx

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

Returns

string The MDX representation of this parameter.

Remarks

The param element describes a parameter of a method, constructor, or indexer. It includes the parameter name and description of its purpose and usage.