Microsoft.CSharp.RuntimeBinder.Semantics.TypeArray.this C# (CSharp) Метод

this() приватный Метод

private this ( int i ) : CType
i int
Результат CType
        public CType this[int i]
        {
            get { return _items[i]; }
        }