DocumentationContextBuilder<TContext>.CreateContext Method
- Namespace
- Kampute.DocToolkit
- Assembly
- Kampute.DocToolkit.dll
Definition
Creates a new instance of
TContext with the configured settings.protected abstract TContext CreateContext()Returns
- TContext
- A new instance of
TContextrepresenting the documentation context.
Remarks
This method is responsible for assembling all the components configured in the builder into a complete documentation context. The implementation must provide the logic to create the specific type of documentation context.
