System::Collections::IList::RemoveAt method

IList::RemoveAt method

Removes the item from the list at the specified index.

virtual void System::Collections::IList::RemoveAt(int index)=0
ParameterTypeDescription
indexintThe index to remove the item at.

See Also