System.Xml.Serialization.WorkItems.this C# (CSharp) Method

this() private method

private this ( int index ) : ImportStructWorkItem
index int
return ImportStructWorkItem
        internal ImportStructWorkItem this[int index]
        {
            get
            {
                return (ImportStructWorkItem)_list[index];
            }
            set
            {
                _list[index] = value;
            }
        }