Vixen
02b45cc4
csharp
public record class BoundIf

An @if, with every else if flattened into the branch list.

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

Fields and properties (2)

  • public ImmutableArray<BoundBranch> Branches

    The tested arms, in order.

  • public ImmutableArray<BoundNode> Else

    The untested arm; empty when there is none.

Methods (1)

  • public BoundIf(ImmutableArray<BoundBranch> Branches, ImmutableArray<BoundNode> Else)

    An @if, with every else if flattened into the branch list.

Used by (4)

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