InsertAfter(Inline) Method

Definition

Assembly Markdig.dll

Inserts the specified inline after this instance.

public void InsertAfter(Inline next)

Parameters

next
Inline

The inline to insert after this instance.