csharp
public sealed class BoundTupleExpressionNo guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public IReadOnlyList<BoundExpression> Elementspublic override BoundKind Kindpublic override TypeSymbol Typepublic override IEnumerable<BoundNode> Children
Methods (1)
public BoundTupleExpression(SyntaxNode syntax, IReadOnlyList<BoundExpression> elements, TypeSymbol type)
Used by (2)
- BinderVixen.Raven
- LowererVixen.Raven