csharp
public readonly record struct LayerRuleWhat 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> NamesThe layer names its prelude declared, in order.
public string? BodyThe 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