RemoveAt

RemoveOnlyListBase<T>.RemoveAt method

Removes the item at the specified index.

public void RemoveAt(int index)
Parameter Type Description
index Int32 The zero-based index of the item to remove.

See Also