CxXmlDocItemCode

Description

sealed class Tinman.Core.Cx.XmlDoc.CxXmlDocItemCode

Derived from

CxXmlDocItem abstract

A paragraph content item that represents a pre-formatted block of code:

<code>
  Some pre-formatted
  block of code
</code>

Public / Constructors

Cx​Xml​Doc​Item​Code


public constructor CxXmlDocItemCode → (1)

content in : Text

[not-null]
See Content.

Creates a new instance of CxXmlDocItemCode.

Public / Attributes

Content


[Constant]
public attribute Content → (get)

value : Text

[not-null]
The block of code, not including the indentation level of the code tag.

Returns the block of code.