Interface IDeclarationPatternOperation
Inherited Members
Namespace: Microsoft.CodeAnalysis.Operations
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IDeclarationPatternOperation : IPatternOperation, IOperation
Properties
DeclaredSymbol
Declaration
ISymbol? DeclaredSymbol { get; }
Property Value
| Type | Description |
|---|---|
| ISymbol |
MatchedType
Declaration
ITypeSymbol? MatchedType { get; }
Property Value
| Type | Description |
|---|---|
| ITypeSymbol |
MatchesNull
Declaration
bool MatchesNull { get; }
Property Value
| Type | Description |
|---|---|
| bool |