Vixen
02b45cc4
csharp
public record class BoundFor

An @for.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public string Variable

    The loop variable's name.

  • public BoundExpression Sequence

    The C# that produces the items.

  • public BoundExpression? Key

    The body's key expression, if its root element carries one.

  • public ImmutableArray<BoundNode> Body

    What each item builds.

Methods (1)

Used by (4)

  • BinderVixen.Ui.Markup
  • BinderTestsVixen.Ui.Markup.Tests
  • ComponentEmitterVixen.Ui.Markup
  • PreviewCodeEditorViewVixen.Editor.AssetEditors