csharp
public sealed class BoundSwitchStatementswitch statement.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public BoundExpression GoverningExpressionpublic IReadOnlyList<BoundSwitchSection> Sectionspublic override BoundKind Kindpublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundSwitchStatement(SyntaxNode syntax, BoundExpression governingExpression, IReadOnlyList<BoundSwitchSection> sections)switch statement.
Used by (3)
- BinderVixen.Raven
- LowererVixen.Raven
- StateVixen.Raven