Skip to content

BindSightGeneratorOptions

public sealed record BindSightGeneratorOptions

Namespace: RhoMicro.BindSight.Generators

Inheritance:

Default implementation of IBindSightGeneratorOptions.

BindSightGeneratorOptions(BindSightGeneratorOptions)
Section titled “BindSightGeneratorOptions(BindSightGeneratorOptions)”
private BindSightGeneratorOptions(BindSightGeneratorOptions original)
public BindSightGeneratorOptions()
public ImmutableArray<OptionsModel> Options { get; init; }

Gets the options models for which to generate documentation.

public ImmutableArray<IConfigurationProvider> ConfigurationProviders { get; init; }

Gets the configuration providers used.

public override string ToString()
public override int GetHashCode()
public override bool Equals(object? obj)
public bool Equals(BindSightGeneratorOptions? other)
operator !=(BindSightGeneratorOptions, BindSightGeneratorOptions)
Section titled “operator !=(BindSightGeneratorOptions, BindSightGeneratorOptions)”
public static bool operator !=(BindSightGeneratorOptions? left, BindSightGeneratorOptions? right)
operator ==(BindSightGeneratorOptions, BindSightGeneratorOptions)
Section titled “operator ==(BindSightGeneratorOptions, BindSightGeneratorOptions)”
public static bool operator ==(BindSightGeneratorOptions? left, BindSightGeneratorOptions? right)