RemoveAt(int) Method
Removes the System.Collections.Generic.IList`1 item at the specified index.

Syntax

public virtual void RemoveAt(int index)

Parameters

Name Type Description
index int The zero-based index of the item to remove.