Vixen
02b45cc4
csharp
public readonly record struct LayerRule

What an @layer rule turned out to be.

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

Fields and properties (2)

  • public IReadOnlyList<string> Names

    The layer names its prelude declared, in order.

  • public string? Body

    The block's contents, or for the statement form.

Methods (1)

  • public LayerRule(IReadOnlyList<string> Names, string? Body)

    What an @layer rule turned out to be.

Used by (3)

  • LayerRuleParserVixen.Ui.Styling
  • StyleSheetLoaderVixen.Ui.Styling
  • StyleSheetLoadingTestsVixen.Ui.Styling.Tests