C# Class System.Runtime.CompilerServices.RuntimeOps.RuntimeVariableList

Provides a list of variables, supporting read/write of the values Exposed via RuntimeVariablesExpression
Inheritance: IRuntimeVariables
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
this ( int index ) : object

Private Methods

Method Description
GetStrongBox ( int index ) : IStrongBox
RuntimeVariableList ( object data, long indexes ) : System.ComponentModel

Method Details

this() public method

public this ( int index ) : object
index int
return object