System.Runtime.CompilerServices.RuntimeOps.RuntimeVariableList.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : object
index int
Résultat object
            public object this[int index]
            {
                get
                {
                    return GetStrongBox(index).Value;
                }
                set
                {
                    GetStrongBox(index).Value = value;
                }
            }
RuntimeOps.RuntimeVariableList