csharp
public record class BoundCaseOne 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? PatternThe C# pattern, or null for default.
public ImmutableArray<BoundNode> BodyWhat the arm builds.
Methods (1)
public BoundCase(BoundExpression? Pattern, ImmutableArray<BoundNode> Body)One arm of an @switch.
Used by (3)
- BinderVixen.Ui.Markup
- BoundSwitchVixen.Ui.Markup
- ComponentEmitterVixen.Ui.Markup