System::Collections::CollectionBase::RemoveAt method
CollectionBase::RemoveAt method
Removes the element at the specified index of the collection instance. This method is not overridable.
void System::Collections::CollectionBase<T>::RemoveAt(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index of the element to remove. |
See Also
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.PUB for C++