-
Home
-
API
-
Markdig.Syntax.Inlines
-
Inline
-
Methods
-
InsertBefore(Inline)
InsertBefore(Inline) Method
Definition
Inserts the specified inline before this instance.
public void InsertBefore(Inline previous)
Parameters
- previous
- Inline
The inline previous to insert before this instance.