System.Data.DataViewManager.this C# (CSharp) Метод

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

private this ( int index ) : objectIList.System.ComponentModel
index int
Результат objectIList.System.ComponentModel
        object IList.this[int index]
        {
            get { return _item; }
            set { throw ExceptionBuilder.CannotModifyCollection(); }
        }