csharp
public record class BoundSwitchAn @switch.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public BoundExpression SubjectThe C# being matched.
public ImmutableArray<BoundCase> CasesThe arms, in source order.
Methods (1)
public BoundSwitch(BoundExpression Subject, ImmutableArray<BoundCase> Cases)An @switch.
Used by (2)
- BinderVixen.Ui.Markup
- ComponentEmitterVixen.Ui.Markup