Skip to content

IBindSightGenerator

public abstract interface IBindSightGenerator

Namespace: RhoMicro.BindSight.Generators

Inheritance:

Generates documentation for options.

Run(IBindSightGeneratorOptions, CancellationToken)
Section titled “Run(IBindSightGeneratorOptions, CancellationToken)”
ValueTask Run(IBindSightGeneratorOptions optionsDocsGeneratorOptions, [CancellationToken cancellationToken = default(CancellationToken)])

Runs the generator.

NameTypeDescription
cancellationTokenCancellationTokenThe cancellation token used to request generating to be cancelled.
optionsDocsGeneratorOptionsIBindSightGeneratorOptionsThe options to use.

A task representing the generating of documentation.