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

Definition

Löst in allen Fällen NotSupportedException aus.

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

Parameter

item
T

Das Objekt, das aus dem Array entfernt werden soll.

Gibt zurück

Löst in allen Fällen NotSupportedException aus.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die ImmutableArray<T>-Instanz in eine ICollection<T>-Schnittstelle umgewandelt wird.

Gilt für: