NameValueDictionary Properties |
The NameValueDictionary type exposes the following members.
Name | Description | |
---|---|---|
Collection |
Returns the enclosed NameValueCollection
| |
ItemInt32 |
Returns the string value at the given index. This method is safe to call if the item isn't in the collection OR the
specified item represented by the key has more than one value.
| |
ItemString |
Returns the string value at the given index. This method is safe to call if the item isn't in the collection OR the
specified item represented by the key has more than one value.
|