Method RemoveAt RemoveAt(int) Removes the item at the specified index of the list. Declaration public void RemoveAt(int index) Parameters Type Name Description int index Implements IList<T>.RemoveAt(int)