Search notes:

System.Collections.Specialized.NameValueCollection

A System.Collections.Specialized.NameValueCollection stores pairs of strings, one acting as a key, the other as a lookup value. The lookup value can be access by either the string value of the key or an index.

See also

A NameValueCollection is used to store an applications default configuration (See ConfigurationManager.AppSettings).

Index