Adds an item to the collection. The value can be added either just by adding the value, or by adding a key and value combination.
This method updates an existing item with the same key.
o.Add(Key,Value)
Parameters
Key
The string ID of the key to identify the item with.
If only a single parameter is passed, this class assumes you the key is the value.
Value
The value of the item to be stored.
See also:
Class wwNameValueCollection© West Wind Technologies, 2023 • Updated: 04/04/17
Comment or report problem with topic