TransferChildrenTo(ContainerInline) Method

Definition

Assembly Markdig.dll

Transfers all children from this container to destination.

public void TransferChildrenTo(ContainerInline destination)

Parameters

destination
ContainerInline

The destination container.