System.Linq.Expressions.ConditionalExpression.GetFalse C# (CSharp) Method

GetFalse() private method

private GetFalse ( ) : Expression
return Expression
        internal virtual Expression GetFalse()
        {
            // Using a singleton here to ensure a stable object identity for IfFalse, which Update relies on.
            return AstUtils.Empty;
        }