Click or drag to resize
MultiDictionaryBaseTKey, TValueAdd Method (KeyValuePairTKey, ICollectionTValue)
Adds a key-value pair to the collection. The value part of the pair must be a collection of values to associate with the key. If values are already associated with the given key, the new values are added to the ones associated with that key.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public override void Add(
	KeyValuePair<TKey, ICollection<TValue>> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairTKey, ICollectionTValue
A KeyValuePair contains the Key and Value collection to add.

Implements

ICollectionTAdd(T)
ICollectionTAdd(T)
See Also