CollectionBase1.RemoveAt

CollectionBase<T>.RemoveAt method

Removes the element at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32

See Also