System.Runtime.CompilerServices.RuntimeOps.Quote Method

Quotes the provided expression tree.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[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
The expression to quote.
hoistedLocals
The hoisted local state provided by the compiler.
locals
The actual hoisted local values.

Returns

The quoted expression.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.CompilerServices
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0