Método System::Collections::Generic::SortedList::RemoveAt

SortedList::RemoveAt method

Elimina el elemento en la posición especificada.

void System::Collections::Generic::SortedList<TKey, TValue>::RemoveAt(int index)
ParámetroTipoDescripción
índiceintÍndice del elemento a eliminar.

Ver también