API Reference
Class
MarkdownNativeDefinitionListGroup
Native projection for a grouped definition-list item.
Inheritance
- Object
- MarkdownNativeDefinitionListGroup
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 DefinitionListGroup Group { get; } #Source semantic definition-list group.
public MarkdownSyntaxNode SyntaxNode { get; } #Syntax node that produced this group when available.
public Nullable<MarkdownSourceSpan> SourceSpan { get; } #Source span in the normalized markdown text when available.
public IReadOnlyList<MarkdownNativeDefinitionListTerm> Terms { get; } #Terms in this definition group.
public IReadOnlyList<MarkdownNativeDefinitionListDefinition> Definitions { get; } #Definitions shared by the terms in this group.