csharp
public sealed class BoundConditionalExpressionNo guide page documents this yet — the page shows what the code says about itself.
Fields and properties (6)
public BoundExpression Conditionpublic BoundExpression WhenTruepublic BoundExpression WhenFalsepublic override BoundKind Kindpublic override TypeSymbol Typepublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundConditionalExpression(SyntaxNode syntax, BoundExpression condition, BoundExpression whenTrue, BoundExpression whenFalse, TypeSymbol type)
Used by (2)
- BinderVixen.Raven
- LowererVixen.Raven