csharp
public readonly record struct CompoundSelectorA 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 CombinatorHow this compound relates to the one before it.
public int StartWhere its simple selectors begin.
public int CountHow 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