Dictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.Remove Metod

Definition

Tar bort en nyckel och ett värde från ordlistan.

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

Parametrar

keyValuePair
KeyValuePair<TKey,TValue>

Strukturen KeyValuePair<TKey,TValue> som representerar nyckeln och värdet som ska tas bort från Dictionary<TKey,TValue>.

Returer

true om nyckeln och värdet som representeras av keyValuePair har hittats och tagits bort, falseannars . Den här metoden returnerar false om keyValuePair det inte finns i ICollection<T>.

Implementeringar

Gäller för