System.Runtime.CompilerServices.RuntimeOps.EmptyRuntimeVariables.this C# (CSharp) Method

this() private method

private this ( int index ) : objectIRuntimeVariables.System.ComponentModel
index int
return objectIRuntimeVariables.System.ComponentModel
            object IRuntimeVariables.this[int index]
            {
                get
                {
                    throw new IndexOutOfRangeException();
                }
                set
                {
                    throw new IndexOutOfRangeException();
                }
            }
        }
RuntimeOps.EmptyRuntimeVariables