|
| Name | Description |
|---|
.gif) .gif) .gif) | NameValueCollection()()() | Initializes a new instance of the NameValueCollection class that is empty, has the default initial capacity and uses the default case-insensitive hash code provider and the default case-insensitive comparer. |
.gif) .gif) .gif) | NameValueCollection(IEqualityComparer) | Initializes a new instance of the NameValueCollection class that is empty, has the default initial capacity, and uses the specified IEqualityComparer object. |
.gif) .gif) .gif) | NameValueCollection(NameValueCollection) | Copies the entries from the specified NameValueCollection to a new NameValueCollection with the same initial capacity as the number of entries copied and using the same hash code provider and the same comparer as the source collection. |
.gif) .gif) .gif) | NameValueCollection(Int32) | Initializes a new instance of the NameValueCollection class that is empty, has the specified initial capacity and uses the default case-insensitive hash code provider and the default case-insensitive comparer. |
.gif) .gif) .gif) | NameValueCollection(IHashCodeProvider, IComparer) | Obsolete. Initializes a new instance of the NameValueCollection class that is empty, has the default initial capacity and uses the specified hash code provider and the specified comparer. |
.gif) .gif) .gif) | NameValueCollection(Int32, IEqualityComparer) | Initializes a new instance of the NameValueCollection class that is empty, has the specified initial capacity, and uses the specified IEqualityComparer object. |
.gif) .gif) .gif) | NameValueCollection(Int32, NameValueCollection) | Copies the entries from the specified NameValueCollection to a new NameValueCollection with the specified initial capacity or the same initial capacity as the number of entries copied, whichever is greater, and using the default case-insensitive hash code provider and the default case-insensitive comparer. |
.gif) | NameValueCollection(SerializationInfo, StreamingContext) | Initializes a new instance of the NameValueCollection class that is serializable and uses the specified System.Runtime.Serialization..::.SerializationInfo and System.Runtime.Serialization..::.StreamingContext. |
.gif) .gif) .gif) | NameValueCollection(Int32, IHashCodeProvider, IComparer) | Obsolete. Initializes a new instance of the NameValueCollection class that is empty, has the specified initial capacity and uses the specified hash code provider and the specified comparer. |