System.Linq.Expressions.UnaryExpression.IsLiftedToNull Property

Gets a value that indicates whether the expression tree node represents a lifted call to an operator whose return type is lifted to a nullable type.

Syntax

public bool IsLiftedToNull { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An operator call is lifted if the operator expects a non-nullable operand but a nullable operand is passed to it. If the value of UnaryExpression.IsLiftedToNull is true, the operator returns a nullable type and if the nullable operand evaluates to null, the operator returns null.

Requirements

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