This documentation is also published as Markdown for efficient machine reading: the whole site is indexed at /llms.txt, and every page has a clean Markdown copy at the same URL with .md appended. These are generated from the same source and cost far fewer tokens to read than this rendered HTML.

Skip to main content Skip to navigation

ParaNode Pennington.ApiMetadata

Paragraph block from a <para> element.

Properties

Children ImmutableArray<XmlDocNode>
Inline nodes contained within the paragraph.

Constructors

ParaNode

#
public ParaNode(ImmutableArray<XmlDocNode> Children)

Paragraph block from a <para> element.

Parameters

Children ImmutableArray<XmlDocNode>
Inline nodes contained within the paragraph.

Pennington.ApiMetadata.ParaNode

namespace Pennington.ApiMetadata;

/// Paragraph block from a <para> element.
public record ParaNode
{
    /// Inline nodes contained within the paragraph.
    
public ImmutableArray<XmlDocNode> Children { get; set; }
/// Paragraph block from a <para> element.
public ParaNode(ImmutableArray<XmlDocNode> Children)
; }