TopicTransformationCore.AddApiTopicSectionHandlerRange Method

Add a range of new API topic section handlers

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
public void AddApiTopicSectionHandlerRange(
	IEnumerable<ApiTopicSectionHandler> sectionHandlers
)

Parameters

sectionHandlers  IEnumerable<ApiTopicSectionHandler>
An enumerable list of the API topic section handlers to add

See Also