Skip to content

IBindSightGeneratorOptions

public abstract interface IBindSightGeneratorOptions

Namespace: RhoMicro.BindSight.Generators

Inheritance:

Provides options for generators.

ImmutableArray<OptionsModel> Options { get; }

Gets the options models for which to generate documentation.

ImmutableArray<IConfigurationProvider> ConfigurationProviders { get; }

Gets the configuration providers used.

IBindSightGeneratorOptions Default { get; }

Gets the default instance for this options interface.