ApiTopicSectionHandler(ApiTopicSectionType, ActionTopicTransformationCore) Constructor
Constructor for well-known sections
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ApiTopicSectionHandler(
ApiTopicSectionType sectionType,
Action<TopicTransformationCore> renderSection
)
Public Sub New (
sectionType As ApiTopicSectionType,
renderSection As Action(Of TopicTransformationCore)
)
public:
ApiTopicSectionHandler(
ApiTopicSectionType sectionType,
Action<TopicTransformationCore^>^ renderSection
)
new :
sectionType : ApiTopicSectionType *
renderSection : Action<TopicTransformationCore> -> ApiTopicSectionHandler
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.