次の方法で共有


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)

プロパティ値

適用対象