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

Definition

Det går inte att ta bort objekt från en skrivskyddad samling.

 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

Parametrar

index
Int32

Det nollbaserade indexet för det element som ska hämtas från samlingen.

Implementeringar

Undantag

Det går inte att ta bort objekt från en skrivskyddad samling.

Kommentarer

Kastar en NotSupportedException om anropad.

Gäller för