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.

C#
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IOperation> Elements { get; }

Property Value

Applies to

Product Versions
Roslyn 4.9.2, 4.12.2, 4.13.0