csharp
public sealed class BoundArrayAccessExpressionIndexing into an array or a vector/matrix.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (5)
public BoundExpression Receiverpublic IReadOnlyList<BoundExpression> Indicespublic override BoundKind Kindpublic override TypeSymbol Typepublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundArrayAccessExpression(SyntaxNode syntax, BoundExpression receiver, IReadOnlyList<BoundExpression> indices, TypeSymbol type)Indexing into an array or a vector/matrix.
Used by (3)
- BinderVixen.Raven
- LowererVixen.Raven
- StateVixen.Raven