Share via


CollectionExpressionSyntax.Elements Property

Definition

SeparatedSyntaxList of CollectionElementSyntax representing the list of elements in the collection expression.

public Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.CollectionElementSyntax> Elements { get; }
member this.Elements : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.CollectionElementSyntax>
Public ReadOnly Property Elements As SeparatedSyntaxList(Of CollectionElementSyntax)

Property Value

Applies to