API Reference
Class
Entry (FrontMatterBlock)
Single front matter entry.
Inheritance
- Object
- Entry
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<MarkdownSourceSpan> SourceSpan { get; } #Source span for the whole entry when parsed from markdown.
public Nullable<MarkdownSourceSpan> KeySourceSpan { get; } #Source span for the key token when parsed from markdown.
public Nullable<MarkdownSourceSpan> ValueSourceSpan { get; } #Source span for the value token or literal-block payload when parsed from markdown.