End Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets or sets the ending character position from the original text source. Note that for inline elements, this is only valid if UsePreciseSourceLocation(MarkdownPipelineBuilder) is setup on the pipeline.

public int End { get; set; }

Returns