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