RemoveAt()

IList::RemoveAt(int) method

Removes the item from the list at the specified index.

virtual void System::Collections::IList::RemoveAt(int index)=0

Arguments

ParameterTypeDescription
indexintThe index to remove the item at.

See Also