RuntimeOps.Quote(Expression, Object, Object[]) Method

Definition

Caution

do not use this method

Quotes the provided expression tree.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
[System.Obsolete("do not use this method", true)]
public static System.Linq.Expressions.Expression Quote(System.Linq.Expressions.Expression expression, object hoistedLocals, object[] locals);

Parameters

expression
Expression

The expression to quote.

hoistedLocals
Object

The hoisted local state provided by the compiler.

locals
Object[]

The actual hoisted local values.

Returns

The quoted expression.

Attributes

Applies to

Product Versions (Obsolete)
.NET Framework (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)