csharp
public record class BoundIfAn @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> BranchesThe tested arms, in order.
public ImmutableArray<BoundNode> ElseThe 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