Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
System
Runtime
CompilerServices
RuntimeOps.RuntimeVariableList
C# Class System.Runtime.CompilerServices.RuntimeOps.RuntimeVariableList
Provides a list of variables, supporting read/write of the values Exposed via RuntimeVariablesExpression
Inheritance:
IRuntimeVariables
Show 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