Interface IListPatternOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IListPatternOperation : IPatternOperation, IOperation
Properties
DeclaredSymbol
Declaration
ISymbol? DeclaredSymbol { get; }
Property Value
| Type | Description |
|---|---|
| ISymbol |
IndexerSymbol
Declaration
ISymbol? IndexerSymbol { get; }
Property Value
| Type | Description |
|---|---|
| ISymbol |
LengthSymbol
Declaration
ISymbol? LengthSymbol { get; }
Property Value
| Type | Description |
|---|---|
| ISymbol |
Patterns
Declaration
ImmutableArray<IPatternOperation> Patterns { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IPatternOperation> |