Interface IImplicitIndexerReferenceOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IImplicitIndexerReferenceOperation : IOperation
Properties
Argument
Declaration
IOperation Argument { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
IndexerSymbol
Declaration
ISymbol IndexerSymbol { get; }
Property Value
| Type | Description |
|---|---|
| ISymbol |
Instance
Declaration
IOperation Instance { get; }
Property Value
| Type | Description |
|---|---|
| IOperation |
LengthSymbol
Declaration
ISymbol LengthSymbol { get; }
Property Value
| Type | Description |
|---|---|
| ISymbol |