RuntimeOps.Quote Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

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

Note: This API is now obsolete. The non-obsolete alternative is .

Quotes the provided expression tree.

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

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<ObsoleteAttribute("do not use this method", True)> _
Public Shared Function Quote ( _
    expression As Expression, _
    hoistedLocals As Object, _
    locals As Object() _
) As Expression
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("do not use this method", true)]
public static Expression Quote(
    Expression expression,
    Object hoistedLocals,
    Object[] locals
)

Parameters

  • hoistedLocals
    Type: System.Object
    The hoisted local state provided by the compiler.
  • locals
    Type: array<System.Object[]
    The actual hoisted local values.

Return Value

Type: System.Linq.Expressions.Expression
The quoted expression.

Version Information

Silverlight

Obsolete (does not compile) in 4 and later

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.