Interface ISlicePatternOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ISlicePatternOperation : IPatternOperation, IOperation
Properties
Pattern
Declaration
IPatternOperation? Pattern { get; }
Property Value
| Type | Description |
|---|---|
| IPatternOperation |
SliceSymbol
Declaration
ISymbol? SliceSymbol { get; }
Property Value
| Type | Description |
|---|---|
| ISymbol |