Interface IPatternOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IPatternOperation : IOperation
Properties
InputType
Declaration
ITypeSymbol InputType { get; }
Property Value
| Type | Description |
|---|---|
| ITypeSymbol |
NarrowedType
Declaration
ITypeSymbol NarrowedType { get; }
Property Value
| Type | Description |
|---|---|
| ITypeSymbol |