IBindSightGenerator
public abstract interface IBindSightGeneratorNamespace: RhoMicro.BindSight.Generators
Inheritance:
Summary
Section titled “Summary”Generates documentation for options.
Methods
Section titled “Methods”Run(IBindSightGeneratorOptions, CancellationToken)
Section titled “Run(IBindSightGeneratorOptions, CancellationToken)”ValueTask Run(IBindSightGeneratorOptions optionsDocsGeneratorOptions, [CancellationToken cancellationToken = default(CancellationToken)])Summary
Section titled “Summary”Runs the generator.
Parameters
Section titled “Parameters”| Name | Type | Description |
|---|---|---|
cancellationToken | CancellationToken | The cancellation token used to request generating to be cancelled. |
optionsDocsGeneratorOptions | IBindSightGeneratorOptions | The options to use. |
Returns
Section titled “Returns”A task representing the generating of documentation.