System::Collections::Generic::IList::RemoveAt method

IList::RemoveAt method

Removes element at specified index.

virtual void System::Collections::Generic::IList<T>::RemoveAt(int index)=0
ParameterTypeDescription
indexintIndex to remove element at.

See Also