IPropertySubpatternOperation.Member Property

Definition

The member being matched in a property subpattern. This can be a IMemberReferenceOperation in non-error cases, or an IInvalidOperation in error cases.

public Microsoft.CodeAnalysis.IOperation Member { get; }
member this.Member : Microsoft.CodeAnalysis.IOperation
Public ReadOnly Property Member As IOperation

Property Value

Applies to