TopicTransformationCore.ReplaceElements Method

Replace a range of elements

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public void ReplaceElements(
	IEnumerable<Element> elements
)

Parameters

elements  IEnumerable<Element>
The element handlers for the elements to replace. If an element handler is not present for the element, it will be added instead.

See Also