Partager via


ListDictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,List<TValue>>>.Remove Method

Definition

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

Parameters

item
KeyValuePair<TKey,List<TValue>>

Returns

Implements

Applies to