csharp
public record class BoundForAn @for.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public string VariableThe loop variable's name.
public BoundExpression SequenceThe C# that produces the items.
public BoundExpression? KeyThe body's key expression, if its root element carries one.
public ImmutableArray<BoundNode> BodyWhat each item builds.
Methods (1)
public BoundFor(string Variable, BoundExpression Sequence, BoundExpression? Key, ImmutableArray<BoundNode> Body)An @for.
Used by (4)
- BinderVixen.Ui.Markup
- BinderTestsVixen.Ui.Markup.Tests
- ComponentEmitterVixen.Ui.Markup
- PreviewCodeEditorViewVixen.Editor.AssetEditors