Skip to content

ReadmeGeneratorOptions

public sealed record ReadmeGeneratorOptions

Namespace: RhoMicro.BindSight.Generators

Inheritance:

Default implementation of IReadmeGeneratorOptions.

ReadmeGeneratorOptions(ReadmeGeneratorOptions)
Section titled “ReadmeGeneratorOptions(ReadmeGeneratorOptions)”
private ReadmeGeneratorOptions(ReadmeGeneratorOptions original)
public ReadmeGeneratorOptions()
public string OutputFile { get; init; }

Gets the path of the readme file to generate options docs into. The default is Options/Readme.md.

public string Title { get; init; }

Gets the title of the readme file. The default is Options.

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