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