TransferChildrenTo(ContainerBlock) Method

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Transfers all children from this container to destination.

public void TransferChildrenTo(ContainerBlock destination)

Parameters

destination
ContainerBlock

The destination container.

Remarks

Child order is preserved. This method does not recompute source or destination spans/trivia.