System::Collections::IListImplRefType::RemoveAt method

IListImplRefType::RemoveAt method

Removes item at specified position.

virtual void System::Collections::IListImplRefType<T>::RemoveAt(int index) override
ParameterTypeDescription
indexintIndex to delete item at.

See Also