System.Runtime.CompilerServices.RuntimeOps.CreateRuntimeVariables Method

Creates an interface that can be used to modify closed over variables at runtime.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("do not use this method", true)]
public static IRuntimeVariables CreateRuntimeVariables (object[] data, long[] indexes)

Parameters

data
The closure array.
indexes
An array of indicies into the closure array where variables are found.

Returns

An interface to access variables.

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