API Reference
Class
MarkdownNativeDefinitionListDefinition
Native projection for a definition-list definition body.
Inheritance
- Object
- MarkdownNativeDefinitionListDefinition
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 DefinitionListDefinition Definition { get; } #Source semantic definition body.
public MarkdownSyntaxNode SyntaxNode { get; } #Syntax node that produced this definition body when available.
public Nullable<MarkdownSourceSpan> SourceSpan { get; } #Source span in the normalized markdown text when available.
public String Markdown { get; } #Markdown representation of the definition body.
public IReadOnlyList<MarkdownSourceSpan> BlankLineSourceSpans { get; } #Source spans for blank separator lines inside this definition body.
public IReadOnlyList<MarkdownSourceSpan> ContinuationIndentSourceSpans { get; } #Source spans for indentation stripped from definition continuation lines.
public IReadOnlyList<MarkdownNativeBlock> Children { get; } #Native definition body children.