TopicTransformationCoreAddApiTopicSectionHandlerRange Method
Add a range of new API topic section handlers
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void AddApiTopicSectionHandlerRange(
IEnumerable<ApiTopicSectionHandler> sectionHandlers
)
Public Sub AddApiTopicSectionHandlerRange (
sectionHandlers As IEnumerable(Of ApiTopicSectionHandler)
)
public:
void AddApiTopicSectionHandlerRange(
IEnumerable<ApiTopicSectionHandler^>^ sectionHandlers
)
member AddApiTopicSectionHandlerRange :
sectionHandlers : IEnumerable<ApiTopicSectionHandler> -> unit
Parameters
- sectionHandlers IEnumerableApiTopicSectionHandler
- An enumerable list of the API topic section handlers to add