API Reference
Class
MarkdownNativeDefinitionListTerm
Native projection for a definition-list term.
Inheritance
- Object
- MarkdownNativeDefinitionListTerm
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public DefinitionListTerm TermObject { get; } #Source semantic term.
public InlineSequence Term { get; } #Source term inline sequence.
public InlineSequence Inlines { get; } #Source term inline sequence.
public MarkdownSyntaxNode SyntaxNode { get; } #Syntax node that produced this term when available.
public Nullable<MarkdownSourceSpan> SourceSpan { get; } #Source span in the normalized markdown text when available.
public String Text { get; } #Plain-text term content.
public String Markdown { get; } #Markdown term content.
public IReadOnlyList<MarkdownNativeInline> InlineRuns { get; } #AST-backed native inline projection for the term.