SourceSpan(Int32, Int32) Constructor

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Initializes a new instance of the SourceSpan struct.

public SourceSpan(int start, int end)

Parameters

start
Int32

The start.

end
Int32

The end.