csharp
public sealed class BoundConversionExpressionAn inserted conversion. Every representation change is explicit in the bound tree.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public BoundExpression Operandpublic Conversion Conversionpublic override BoundKind Kindpublic override TypeSymbol Typepublic override object? ConstantValuepublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundConversionExpression(SyntaxNode syntax, BoundExpression operand, TypeSymbol type, Conversion conversion)An inserted conversion. Every representation change is explicit in the bound tree.
Used by (3)
- BinderVixen.Raven
- ConstantEvaluatorVixen.Raven
- LowererVixen.Raven