XmlReturnsElement

Represents a returns XML documentation element.

Syntax

public class XmlReturnsElement : XmlDocumentationElement

Inheritance

Constructors

XmlReturnsElement

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

XmlReturnsElement

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

Parameters

  • element XElement: The XML element to parse.

Methods

ToMdx

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

Returns

string The MDX representation of this returns description.

Remarks

The returns element describes the return value of a method or property. It explains what the method returns and under what conditions.