DocumentationComposer.GenerateDocumentationForDelegate Method

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Generates documentation page for the specified delegate type.
protected virtual void GenerateDocumentationForDelegate(IDocumentWriterFactory writerFactory, DelegateModel delegateType)

Parameters

writerFactory IDocumentWriterFactory
The factory for creating rendering contexts.
delegateType DelegateModel
The delegate type to document.

Exceptions

ArgumentNullException
Thrown when writerFactory or delegateType is null.

Remarks

This method processes a delegate type to generate its documentation.