Skip to content

IBindSightGeneratorOptionsProvider

public abstract interface IBindSightGeneratorOptionsProvider

Namespace: RhoMicro.BindSight.Generators

Inheritance:

Provides options to be used in generators.

ValueTask<IBindSightGeneratorOptions> GetOptions([CancellationToken cancellationToken = default(CancellationToken)])

Gets the options to use.

NameTypeDescription
cancellationTokenCancellationTokenThe cancellation token used to request options retrieval to be cancelled.

A task, that, upon completion, will contain the options to use.