NameValueCollection Members
Represents a collection of name/value pairs.
The following tables list the members exposed by the NameValueCollection type.
Public Constructors
Name | Description | |
---|---|---|
NameValueCollection | Initializes a new instance of the NameValueCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Retrieves the number of items in the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds a name/value pair to the end of the collection. | |
Clear | Removes all name/value pairs from the collection. | |
Clone | Creates an identical copy of the collection. | |
Equals | Overloaded. (Inherited from Object ) | |
GetEnumerator | Retrieves an enumerator that you use to enumerate the name/value pairs in the collection. | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
Insert | Adds a name/value pair to the collection at the specified index. | |
ReferenceEquals | (Inherited from Object ) | |
Remove | Removes a name/value pair from the collection. | |
RemoveAt | Removes the name/value pair at the specified index from the collection. | |
Set | Creates a name/value pair and adds it to the collection. | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
NameValueCollection Class
Microsoft.ComputeCluster Namespace
NameValue Class