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)

属性值

适用于