System.Runtime.CompilerServices.RuntimeOps.RuntimeVariableList.this C# (CSharp) Метод

this() публичный Метод

public this ( int index ) : object
index int
Результат object
            public object this[int index]
            {
                get
                {
                    return GetStrongBox(index).Value;
                }
                set
                {
                    GetStrongBox(index).Value = value;
                }
            }
RuntimeOps.RuntimeVariableList