Api Topic Section Handler(Api Topic Section Type, ActionTopic Transformation Core) Constructor
Constructor for well-known sections
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ApiTopicSectionHandler(
ApiTopicSectionType sectionType,
Action<TopicTransformationCore> renderSection
)VB
Public Sub New (
sectionType As ApiTopicSectionType,
renderSection As Action(Of TopicTransformationCore)
)C++
public:
ApiTopicSectionHandler(
ApiTopicSectionType sectionType,
Action<TopicTransformationCore^>^ renderSection
)F#
new :
sectionType : ApiTopicSectionType *
renderSection : Action<TopicTransformationCore> -> ApiTopicSectionHandlerParameters
- 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.