Vixen
02b45cc4
csharp
public readonly record struct CompoundSelector

A run of simple selectors that all have to hold of the same element.

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

Fields and properties (3)

  • public Combinator Combinator

    How this compound relates to the one before it.

  • public int Start

    Where its simple selectors begin.

  • public int Count

    How many it has.

Methods (1)

  • public CompoundSelector(Combinator Combinator, int Start, int Count)

    A run of simple selectors that all have to hold of the same element.

Used by (6)

  • RuleIndexVixen.Ui.Styling
  • SelectorCompilerVixen.Ui.Styling
  • SelectorMatcherVixen.Ui.Styling
  • SelectorTableVixen.Ui.Styling
  • StyleInvalidatorVixen.Ui.Styling
  • StyleRuleSetVixen.Ui.Styling