Click or drag to resize

MultiValueDictionaryTKey, TValueAdd Method

Adds a value to a key if it iexists, or makes one if it does not exist.

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key to lookup.
value
Type: TValue
The value to add to the key.
See Also