csharp
public sealed class BoundRepeatStatementrepeat … while (…) — the body runs before the first test.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public BoundStatement Bodypublic BoundExpression Conditionpublic override BoundKind Kindpublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundRepeatStatement(SyntaxNode syntax, BoundStatement body, BoundExpression condition)repeat … while (…) — the body runs before the first test.
Used by (3)
- BinderVixen.Raven
- LowererVixen.Raven
- StateVixen.Raven