Interface IRecursivePatternOperation
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IRecursivePatternOperation : IPatternOperation, IOperation
Properties
DeclaredSymbol
Declaration
ISymbol? DeclaredSymbol { get; }
Property Value
DeconstructSymbol
Declaration
ISymbol? DeconstructSymbol { get; }
Property Value
DeconstructionSubpatterns
Declaration
ImmutableArray<IPatternOperation> DeconstructionSubpatterns { get; }
Property Value
MatchedType
Declaration
ITypeSymbol MatchedType { get; }
Property Value
PropertySubpatterns
Declaration
ImmutableArray<IPropertySubpatternOperation> PropertySubpatterns { get; }
Property Value
Extension Methods