csharp
public sealed class BoundPropertyExpressionA property or indexer access.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (7)
public BoundExpression? Receiverpublic PropertySymbol Propertypublic IReadOnlyList<BoundExpression> Argumentspublic override BoundKind Kindpublic override TypeSymbol Typepublic override Symbol Symbolpublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundPropertyExpression(SyntaxNode syntax, BoundExpression? receiver, PropertySymbol property, IReadOnlyList<BoundExpression> arguments)A property or indexer access.
Used by (2)
- BinderVixen.Raven
- LowererVixen.Raven