System.Linq.Expressions.BinaryExpression.IsLifted Property

Gets a value that indicates whether the expression tree node represents a lifted call to an operator.

Syntax

public bool IsLifted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

An operator call is lifted if the operator expects non-nullable operands but nullable operands are passed to it.

Requirements

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