TopicTransformationCoreAddApiTopicSectionHandlerRange Method

Add a range of new API topic section handlers

Definition

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

Parameters

sectionHandlers  IEnumerableApiTopicSectionHandler
An enumerable list of the API topic section handlers to add

See Also