Edit

Share via


ReadOnlyDictionary<K,V>.ICollection<KeyValuePair<K,V>>.Remove Method

Definition

 virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<K,V>>.Remove(System::Collections::Generic::KeyValuePair<K, V> item) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<K, V>>::Remove;
bool ICollection<KeyValuePair<K,V>>.Remove (System.Collections.Generic.KeyValuePair<K,V> item);
Function Remove (item As KeyValuePair(Of K, V)) As Boolean Implements ICollection(Of KeyValuePair(Of K, V)).Remove

Parameters

item
KeyValuePair<K,V>

Returns

Implements

Applies to