System.Linq.Expressions.Expression.TryQuote C# (CSharp) Method

TryQuote() private static method

private static TryQuote ( Type parameterType, Expression &argument ) : bool
parameterType Type
argument Expression
return bool
        private static bool TryQuote(Type parameterType, ref Expression argument)
        {
            return ExpressionUtils.TryQuote(parameterType, ref argument);
        }
Expression