Share via


ICoalesceOperation.ValueConversion Property

Definition

Conversion associated with Value when it is not null/Nothing. Identity if result type of the operation is the same as type of Value. Otherwise, if type of Value is nullable, then conversion is applied to an unwrapped Value, otherwise to the Value itself.

public:
 property Microsoft::CodeAnalysis::Operations::CommonConversion ValueConversion { Microsoft::CodeAnalysis::Operations::CommonConversion get(); };
public Microsoft.CodeAnalysis.Operations.CommonConversion ValueConversion { get; }
member this.ValueConversion : Microsoft.CodeAnalysis.Operations.CommonConversion
Public ReadOnly Property ValueConversion As CommonConversion

Property Value

Applies to