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

Definicja

Rzutuje NotSupportedException we wszystkich przypadkach.

 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

Parametry

item
T

Obiekt do usunięcia z tablicy.

Zwraca

Rzutuje NotSupportedException we wszystkich przypadkach.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ImmutableArray<T> wystąpienie jest rzutowe do interfejsu ICollection<T> .

Dotyczy