csharp
public sealed class BoundCollectionExpression[a, b, ..c] — bound as an array of the elements' common type.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public IReadOnlyList<BoundCollectionElement> Elementspublic override BoundKind Kindpublic override TypeSymbol Typepublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundCollectionExpression(SyntaxNode syntax, IReadOnlyList<BoundCollectionElement> elements, TypeSymbol type)[a, b, ..c] — bound as an array of the elements' common type.
Used by (2)
- BinderVixen.Raven
- LowererVixen.Raven