ReplaceBy(Inline, Boolean) Method

Definition

Assembly Markdig.dll

Replaces this inline by the specified inline.

public Inline ReplaceBy(Inline inline, bool copyChildren = true)

Parameters

inline
Inline

The inline.

copyChildren
Boolean

if set to true the children of this instance are copied to the specified inline.

Returns

Inline
The last children