Method RemoveAt RemoveAt(int) Remove an item at a specific index. Declaration public void RemoveAt(int index) Parameters Type Name Description int index Index of the item to remove. Implements IList<T>.RemoveAt(int)