ICoalesceOperation.WhenNull Property

Definition

Operation to be conditionally evaluated if Value evaluates to null/Nothing.

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

Property Value

Applies to