System.Collections.ObjectModel.Collection<T>.RemoveAt Method

Removes the element at the specified index of the System.Collections.ObjectModel.Collection`1.

Syntax

public void RemoveAt (int index)

Parameters

index
The zero-based index of the element to remove.

Remarks

This method is an O(n) operation, where n is Collection`1.Count.

Requirements

Namespace: System.Collections.ObjectModel
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0