RemoveAt()

SortedList::RemoveAt(int) method

Removes item at specified position.

void System::Collections::Generic::SortedList<TKey, TValue>::RemoveAt(int index)

Arguments

ParameterTypeDescription
indexintIndex to remove element at.

See Also