Interface ICollectionExpressionOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ICollectionExpressionOperation : IOperation
Properties
ConstructMethod
Declaration
IMethodSymbol? ConstructMethod { get; }
Property Value
| Type | Description |
|---|---|
| IMethodSymbol |
Elements
Declaration
ImmutableArray<IOperation> Elements { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IOperation> |