Microsoft.CSharp.RuntimeBinder.Semantics.TypeArray.this C# (CSharp) Method

this() private method

private this ( int i ) : CType
i int
return CType
        public CType this[int i]
        {
            get { return _items[i]; }
        }