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

RemoveAt() private method

private RemoveAt ( int index ) : void
index int
return void
        internal void RemoveAt(int index)
        {
            _list.RemoveAt(index);
        }
    }