Share via


ICollectionExpressionOperation.Elements Property

Definition

Collection expression elements.

If the element is an expression, the entry is the expression, with a conversion to the target element type if necessary; otherwise, the entry is an 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)

Property Value

Applies to