SynchronizedReadOnlyCollection<T>.ICollection<T>.Remove(T) Methode

Definition

Löst in allen Fällen eine NotSupportedException aus.

 virtual bool System.Collections.Generic.ICollection<T>.Remove(T value) = System::Collections::Generic::ICollection<T>::Remove;
bool ICollection<T>.Remove (T value);
abstract member System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
override this.System.Collections.Generic.ICollection<T>.Remove : 'T -> bool
Function Remove (value As T) As Boolean Implements ICollection(Of T).Remove

Parameter

value
T

Der Wert, der aus der Auflistung entfernt werden soll.

Gibt zurück

Löst immer eine NotSupportedException aus.

Implementiert

Ausnahmen

Elemente können nicht aus einer schreibgeschützten Auflistung entfernt werden.

Gilt für: