System::Collections::Generic::SortedList::RemoveAt method

SortedList::RemoveAt method

Removes item at specified position.

void System::Collections::Generic::SortedList<TKey, TValue>::RemoveAt(int index)
ParameterTypeDescription
indexintIndex to remove element at.

See Also