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

InlineCodeNode Pennington.ApiMetadata

Inline code span from a <c> element.

Properties

Text string
The code text.

Constructors

InlineCodeNode

#
public InlineCodeNode(string Text)

Inline code span from a <c> element.

Parameters

Text string
The code text.

Pennington.ApiMetadata.InlineCodeNode

namespace Pennington.ApiMetadata;

/// Inline code span from a <c> element.
public record InlineCodeNode
{
    /// Inline code span from a <c> element.
    
public InlineCodeNode(string Text)
; /// The code text.
public string Text { get; set; }
}