C# 클래스 System.Runtime.CompilerServices.RuntimeOps.RuntimeVariableList

Provides a list of variables, supporting read/write of the values Exposed via RuntimeVariablesExpression
상속: IRuntimeVariables
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
this ( int index ) : object

비공개 메소드들

메소드 설명
GetStrongBox ( int index ) : IStrongBox
RuntimeVariableList ( object data, long indexes ) : System.ComponentModel

메소드 상세

this() 공개 메소드

public this ( int index ) : object
index int
리턴 object