csharp
public sealed class BoundForStatementfor (i in sequence) ….
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public LocalSymbol IterationVariablepublic BoundExpression Sequencepublic BoundStatement Bodypublic override BoundKind Kindpublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundForStatement(SyntaxNode syntax, LocalSymbol iterationVariable, BoundExpression sequence, BoundStatement body)for (i in sequence) ….
Used by (4)
- BinderVixen.Raven
- BindingTestsVixen.Raven.Tests
- LowererVixen.Raven
- StateVixen.Raven