Dictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.Remove Yöntem

Tanım

Sözlükten bir anahtar ve değer kaldırır.

 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

Parametreler

keyValuePair
KeyValuePair<TKey,TValue>

KeyValuePair<TKey,TValue> anahtarı ve değerinden Dictionary<TKey,TValue>kaldırılacak değeri temsil eden yapı.

Döndürülenler

true tarafından temsil edilen keyValuePair anahtar ve değer başarıyla bulunur ve kaldırılırsa; aksi takdirde , false. Bu yöntem içinde ICollection<T>bulunamazsa keyValuePair döndürürfalse.

Uygulamalar

Şunlara uygulanır