次の方法で共有


ListDictionary<TKey,TValue>.IDictionary<TKey,List<TValue>>.Add Method

Definition

 virtual void System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TValue>>.Add(TKey key, System::Collections::Generic::List<TValue> ^ value) = System::Collections::Generic::IDictionary<TKey, System::Collections::Generic::List<TValue> ^>::Add;
void IDictionary<TKey,List<TValue>>.Add (TKey key, System.Collections.Generic.List<TValue> value);
abstract member System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TValue>>.Add : 'Key * System.Collections.Generic.List<'Value> -> unit
override this.System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.List<TValue>>.Add : 'Key * System.Collections.Generic.List<'Value> -> unit
Sub Add (key As TKey, value As List(Of TValue)) Implements IDictionary(Of TKey, List(Of TValue)).Add

Parameters

key
TKey
value
List<TValue>

Implements

Applies to