OneOrMany<T>::RemoveAt Method (Int32)

Visual Studio 2015
 

Removes the item at the specified index from the collection.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The zero-based index of the item to be removed.

Exception Condition
ArgumentOutOfRangeException

The index is negative or past than the end of the collection.

Return to top
Show: