ReadmeGeneratorOptions
public sealed record ReadmeGeneratorOptions
Namespace: RhoMicro.BindSight.Generators
Inheritance:
Summary
Section titled “Summary”Default implementation of IReadmeGeneratorOptions.
Constructors
Section titled “Constructors”ReadmeGeneratorOptions(ReadmeGeneratorOptions)
Section titled “ReadmeGeneratorOptions(ReadmeGeneratorOptions)”private ReadmeGeneratorOptions(ReadmeGeneratorOptions original)
ReadmeGeneratorOptions()
Section titled “ReadmeGeneratorOptions()”public ReadmeGeneratorOptions()
Properties
Section titled “Properties”OutputFile
Section titled “OutputFile”public string OutputFile { get; init; }
Summary
Section titled “Summary”Gets the path of the readme file to generate options docs into. The default is Options/Readme.md
.
public string Title { get; init; }
Summary
Section titled “Summary”Gets the title of the readme file. The default is Options
.
Methods
Section titled “Methods”ToString()
Section titled “ToString()”public override string ToString()
GetHashCode()
Section titled “GetHashCode()”public override int GetHashCode()
Equals(object)
Section titled “Equals(object)”public override bool Equals(object? obj)
Equals(ReadmeGeneratorOptions)
Section titled “Equals(ReadmeGeneratorOptions)”public bool Equals(ReadmeGeneratorOptions? other)
Operators
Section titled “Operators”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)