Compartir a través de


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

Definition

 virtual void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.Add(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> ^>>::Add;
void ICollection<KeyValuePair<TKey,List<TValue>>>.Add (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>>>.Add : System.Collections.Generic.KeyValuePair<'Key, System.Collections.Generic.List<'Value>> -> unit
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,System.Collections.Generic.List<TValue>>>.Add : System.Collections.Generic.KeyValuePair<'Key, System.Collections.Generic.List<'Value>> -> unit
Sub Add (item As KeyValuePair(Of TKey, List(Of TValue))) Implements ICollection(Of KeyValuePair(Of TKey, List(Of TValue))).Add

Parameters

item
KeyValuePair<TKey,List<TValue>>

Implements

Applies to