FindBlockAtPosition(Block, Int32) Method

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Performs the find block at position operation.

public static Block? FindBlockAtPosition(this Block rootBlock, int position)

Parameters

rootBlock
Block
position
Int32

Returns