The NameValueCollection type exposes the following members.

Constructors

  Name Description
Public method NameValueCollection
Constructor.

Methods

  Name Description
Public method Add(NameValue)
Adds the a NameValue.
Public method Add(String, Double)
Adds the specified name.
Public method Add(String, Guid)
Adds the specified name.
Public method Add(String, Int32)
Adds the specified name.
Public method Add(String, String)
Adds the specified name / value pair.
Public method Static member From
Factory method.
Public method GetEnumerator
Returns an enumerator that iterates through the collection.
Public method GetValue<(Of <<'(T>)>>)
Gets the value stored in a NameValue having name == name.
Public method ToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Count
The number of name / value pairs in the collection.

See Also