Freigeben über


OrderedDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.Remove Methode

Definition

Entfernt das erste Vorkommen eines bestimmten Objekts aus dem ICollection<T>.

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

Parameter

item
TKey

Das Objekt, das aus dem ICollection<T>entfernt werden soll.

Gibt zurück

true, wenn item erfolgreich aus der ICollection<T>entfernt wurde; andernfalls false. Diese Methode gibt auch false zurück, wenn item im ursprünglichen ICollection<T>nicht gefunden wird.

Implementiert

Gilt für: