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 under /_llms/. 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

TextNode Pennington.ApiMetadata

Literal text content within an xmldoc node tree.

Properties

Text string
The text content.

Constructors

TextNode

#
public TextNode(string Text)

Literal text content within an xmldoc node tree.

Parameters

Text string
The text content.

Pennington.ApiMetadata.TextNode

namespace Pennington.ApiMetadata;

/// Literal text content within an xmldoc node tree.
public record TextNode
{
    /// The text content.
    
public string Text { get; set; }
/// Literal text content within an xmldoc node tree.
public TextNode(string Text)
; }