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)
ParameterTypeDescription
indexint32_tThe zero-based index of the element to remove.

See Also