BinaryExpression.IsLiftedToNull Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Booleantrue if the operator's return type is lifted to a nullable type; otherwise, false.
Show: