ApiTopicSectionHandler(ApiTopicSectionType, ActionTopicTransformationCore) Constructor

Constructor for well-known sections

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ApiTopicSectionHandler(
	ApiTopicSectionType sectionType,
	Action<TopicTransformationCore> renderSection
)

Parameters

sectionType  ApiTopicSectionType
The section type
renderSection  ActionTopicTransformationCore
The action to perform that will render the section. It will be passed a reference to the topic transformations.

See Also