Vixen
02b45cc4
csharp
public record class BoundCase

One arm of an @switch.

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

Fields and properties (2)

  • public BoundExpression? Pattern

    The C# pattern, or null for default.

  • public ImmutableArray<BoundNode> Body

    What the arm builds.

Methods (1)

Used by (3)

  • BinderVixen.Ui.Markup
  • BoundSwitchVixen.Ui.Markup
  • ComponentEmitterVixen.Ui.Markup