Click or drag to resize

MultiValueDictionaryTKey, TValue Methods

The MultiValueDictionaryTKey, TValue generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a value to a key if it iexists, or makes one if it does not exist.
Public methodAddNoDuplicates
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.
Top
See Also