CxXmlDocValue

Description

sealed class Tinman.Core.Cx.XmlDoc.CxXmlDocValue

Represents the documentation of a property value or method return value:

<returns>
  Content
</returns>

<value>
  Content
</value>

Public / Constructors

Cx​Xml​Doc​Value


public constructor CxXmlDocValue → (3)

content in : CxXmlDocBody

[not-null]
See ICxXmlDocBodyContainer.Content.

method in : bool

See IsMethod.

contract opt : CxContract = null

See ICxContractContainer.Contract.

Creates a new instance of CxXmlDocValue.

Public / Attributes

Is​Method


[Constant]
public attribute IsMethod → (get)

value : bool

true if this node documents a method return value,
false if this node documents a property value.

Returns whether this node documents a method return value or property value.