System.Collections.Specialized



System.Collections.Specialized

The System.Collections namespace contains one subsidiary namespace called System.Collections.Specialized. In the standard this namespace currently contains only the class NameValueCollection, a dictionary-like collection in which both keys and entries are strings. It can also be accessed by numeric index, in the manner of an ArrayList.