csharp
public record class BoundBranchOne arm of an @if chain.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public BoundExpression ConditionThe C# the arm tests.
public ImmutableArray<BoundNode> BodyWhat it builds.
Methods (1)
public BoundBranch(BoundExpression Condition, ImmutableArray<BoundNode> Body)One arm of an @if chain.
Used by (5)
- BinderVixen.Ui.Markup
- BinderTestsVixen.Ui.Markup.Tests
- BoundIfVixen.Ui.Markup
- ComponentEmitterVixen.Ui.Markup
- PreviewCodeEditorViewVixen.Editor.AssetEditors