Syntax
public class MultiValueDictionary<TKey, TValue> : IReadOnlyDictionary<TKey, IEnumerable<TValue>>,
IReadOnlyCollection<KeyValuePair<TKey, IEnumerable<TValue>>>,
IEnumerable<KeyValuePair<TKey, IEnumerable<TValue>>>, IEnumerable<KeyValuePair<TKey, TValue>>,
IEnumerable
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Constructors
Properties
Name | Property Type | Summary |
---|---|---|
Count | int | |
Keys | IEnumerable |
|
this[TKey] | IEnumerable |
|
Values | IEnumerable |
Methods
Name | Return Value | Summary |
---|---|---|
Add |
void | |
Contains |
bool | |
ContainsKey |
bool | |
GetEnumerator |
IEnumerator |