ICollectionExpressionOperation.Elements 属性

定义

集合表达式元素。

如果元素是表达式,则条目为表达式,如有必要,可转换为目标元素类型;否则,条目为 ISpreadOperation。

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IOperation> Elements { get; }
member this.Elements : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IOperation>
Public ReadOnly Property Elements As ImmutableArray(Of IOperation)

属性值

适用于