ListDictionary<TKey,TValue>.IDictionary<TKey,List<TValue>>.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>