Microsoft.CSharp.RuntimeBinder.Semantics.TypeArray.this C# (CSharp) Méthode

this() private méthode

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