INameValueCollection Members

Represents a collection of name/value pairs.

The following tables list the members exposed by the INameValueCollection type.

Public Properties

  Name Description
public property Count Retrieves the number of items in the collection.

Top

Public Methods

  Name Description
public method Add Adds a name/value pair to the end of the collection.
public method Clear Removes all name/value pairs from the collection.
public method Clone Creates an identical copy of the collection.
public method GetEnumerator Retrieves an enumerator that you use to enumerate the name/value pairs in the collection.
public method Insert Adds a name/value pair to the collection at the specified index.
public method Remove Removes a name/value pair from the collection.
public method RemoveAt Removes the name/value pair at the specified index from the collection.
public method Set Creates a name/value pair and adds it to the collection.

Top

See Also

Reference

INameValueCollection Interface
Microsoft.ComputeCluster Namespace
INameValue Interface