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