IBindSightGeneratorOptionsProvider
public abstract interface IBindSightGeneratorOptionsProvider
Namespace: RhoMicro.BindSight.Generators
Inheritance:
Summary
Section titled “Summary”Provides options to be used in generators.
Methods
Section titled “Methods”GetOptions(CancellationToken)
Section titled “GetOptions(CancellationToken)”ValueTask<IBindSightGeneratorOptions> GetOptions([CancellationToken cancellationToken = default(CancellationToken)])
Summary
Section titled “Summary”Gets the options to use.
Parameters
Section titled “Parameters”Name | Type | Description |
---|---|---|
cancellationToken | CancellationToken | The cancellation token used to request options retrieval to be cancelled. |
Returns
Section titled “Returns”A task, that, upon completion, will contain the options to use.