TopicTransformationCoreReplaceElements Method

Replace a range of elements

Definition

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

Parameters

elements  IEnumerableElement
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