Mono Class Library: System.Collections.Specialized NamespaceSystem.Collections.Specialized.NameValueCollection Class |
See Also: NameValueCollection Members
System.Object
System.Collections.Specialized.NameObjectCollectionBase
System.Collections.Specialized.NameValueCollection
|
All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
This class can be used for headers, query strings and form data. Each key in the collection is associated with one or more values. Multiple values for a particular key are contained in a single string .
The capacity is the number of key-and-value pairs that the System.Collections.Specialized.NameValueCollection can contain. The default initial capacity is zero. The capacity is automatically increased as required.
The hash code provider dispenses hash codes for keys in the System.Collections.Specialized.NameValueCollection.
The comparer determines whether two keys are equal.
[Edit]
Namespace: System.Collections.Specialized
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0