Vixen
02b45cc4
csharp
public record class Finding

One thing the doctor looked at.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • public Health Health

    How it is.

  • public string Subject

    What was looked at.

  • public string Detail

    What was found, in a sentence that says what to do about it.

Methods (1)

  • public Finding(Health Health, string Subject, string Detail)

    One thing the doctor looked at.

Used by (1)

  • DoctorRunnerVixen.Cli