API Reference
Class
MarkdownNativeDefinitionListDefinitionSnapshot
UI-safe snapshot of a definition-list definition body.
Inheritance
- Object
- MarkdownNativeDefinitionListDefinitionSnapshot
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Markdown { get; } #Markdown definition body.
public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #Source span snapshot when available.
public String SourceText { get; } #Normalized markdown text backing this definition body when available.
public String OriginalSourceText { get; } #Original reader input backing this definition body when available.
public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #Reason original reader input could not be materialized for this definition body, when applicable.
public IReadOnlyList<MarkdownNativeBlockSnapshot> Children { get; } #Nested child block snapshots.