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

Definition

Tar bort den första förekomsten av ett specifikt objekt från samlingen.

 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 samlingen.

Returer

trueom item har tagits bort från samlingen, annars . false

Implementeringar

Kommentarer

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

Gäller för