MultiValueDictionaryTKey, TValue Class |
Namespace: DustProductions.Core
public class MultiValueDictionary<TKey, TValue> : Dictionary<TKey, List<TValue>>
The MultiValueDictionaryTKey, TValue type exposes the following members.
Name | Description | |
---|---|---|
MultiValueDictionaryTKey, TValue | Initializes a new instance of the MultiValueDictionaryTKey, TValue class |
Name | Description | |
---|---|---|
Add |
Adds a value to a key if it iexists, or makes one if it does not exist.
| |
AddNoDuplicates |
Adds a value to a key if it iexists, or makes one if it does not exist. Does not allow duplicate items in the values for a key.
|