OneOrMany<T>::RemoveAt Method (Int32)
Visual Studio 2015
Removes the item at the specified index from the collection.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
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. |
Show: