InsertBefore(Inline) Method

Definition

Assembly Markdig.dll

Inserts the specified inline before this instance.

public void InsertBefore(Inline previous)

Parameters

previous
Inline

The inline previous to insert before this instance.