csharp
public sealed class BoundErrorExpressionStands in for an expression that failed to bind. It carries any operands that did bind, so the semantic model still answers questions about them.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public IReadOnlyList<BoundExpression> Operandspublic override BoundKind Kindpublic override TypeSymbol Typepublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundErrorExpression(SyntaxNode syntax, IReadOnlyList<BoundExpression>? operands = null)Stands in for an expression that failed to bind. It carries any operands that did bind, so the semantic model still answers questions about them.
Used by (2)
- BinderVixen.Raven
- LowererVixen.Raven