IConditionalAccessOperation.WhenNotNull Property

Definition

Operation to be evaluated if Operation is non null.

public:
 property Microsoft::CodeAnalysis::IOperation ^ WhenNotNull { Microsoft::CodeAnalysis::IOperation ^ get(); };
public Microsoft.CodeAnalysis.IOperation WhenNotNull { get; }
member this.WhenNotNull : Microsoft.CodeAnalysis.IOperation
Public ReadOnly Property WhenNotNull As IOperation

Property Value

Applies to