Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
NameValueCollection Constructor

Initializes a new instance of the NameValueCollection class.

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameValueCollection()()()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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameValueCollection(IEqualityComparer)Initializes a new instance of the NameValueCollection class that is empty, has the default initial capacity, and uses the specified IEqualityComparer object.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameValueCollection(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameValueCollection(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameValueCollection(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameValueCollection(Int32, IEqualityComparer)Initializes a new instance of the NameValueCollection class that is empty, has the specified initial capacity, and uses the specified IEqualityComparer object.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameValueCollection(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.
Protected methodNameValueCollection(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.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkNameValueCollection(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.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker