Vixen
dd8b0a81
csharp
public readonly record struct UtilityRefusal

One candidate the generator refused, and what it was about it.

Read the guide page for this →

Fields and properties (4)

  • public string Candidate

    The class name as scanned.

  • public string Family

    The registered family that was consulted — the bg of bg-clip-text.

  • public string Detail

    The part it could not answer: the value, or the variant.

  • public UtilityRefusalKind Kind

    Which of the two refusals this is.

Methods (1)

  • public UtilityRefusal(string Candidate, string Family, string Detail, UtilityRefusalKind Kind)

    One candidate the generator refused, and what it was about it.

Used by (8)

  • ArbitraryPropertyTestsVixen.Ui.Styling.Utilities.Tests
  • ShadowedFamilyTestsVixen.Ui.Styling.Utilities.Tests
  • ThemeAndScannerTestsVixen.Ui.Styling.Utilities.Tests
  • UtilityGeneratorVixen.Ui.Styling.Utilities
  • StyleGenResultVixen.StyleGen
  • StyleGenRunnerVixen.StyleGen
  • StyleGenTestsVixen.StyleGen.Tests
  • StylesheetTestsVixen.Editor.Ui.Tests