Vixen
02b45cc4
csharp
public readonly record struct DeclarationRange

A run of declarations belonging to one rule.

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

Fields and properties (2)

  • public int Start

    Where they begin.

  • public int Count

    How many there are.

Methods (1)

  • public DeclarationRange(int Start, int Count)

    A run of declarations belonging to one rule.

Used by (5)

  • InlineStyleStoreVixen.Ui.Styling
  • KeyframeVixen.Ui.Styling
  • KeyframesTableVixen.Ui.Styling
  • StyleRuleVixen.Ui.Styling
  • StyleRuleSetVixen.Ui.Styling