SynchronizedReadOnlyCollection<T>.IList.RemoveAt(Int32) Metoda

Definicja

Nie można usunąć elementów z kolekcji tylko do odczytu.

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt (int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

Parametry

index
Int32

Indeks zerowy elementu do pobrania z kolekcji.

Implementuje

Wyjątki

Nie można usunąć elementów z kolekcji tylko do odczytu.

Uwagi

Zgłasza wywołanie NotSupportedException if.

Dotyczy