System.Linq.Expressions.ExpressionType.Coalesce Field

A node that represents a null coalescing operation, such as (a ?? b) in C# or If(a, b) in Visual Basic.

Syntax

ExpressionType Coalesce

Requirements

Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 3.5.0.0, 4.0.0.0