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

Definition

Kastar NotSupportedException i alla fall.

 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

Parametrar

item
T

Objektet som ska tas bort från matrisen.

Returer

Kastar NotSupportedException i alla fall.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ImmutableArray<T> skickas till ett ICollection<T> gränssnitt.

Gäller för