This documentation is archived and is not being maintained.

LinkCollection::RemoveAt Method

Removes the object at the specified index in this collection.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
virtual void RemoveAt(
	int index
) override

Parameters

index
Type: System::Int32

The index from which to remove the object.

Implements

IList::RemoveAt(Int32)

Show: