共用方式為


CollectionExpressionSyntax.Elements 屬性

定義

CollectionElementSyntax 的 SeparatedSyntaxList,代表集合運算式中的專案清單。

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)

屬性值

適用於