The
properties
of System.Collections.Specialized.NameValueCollection are listed below. For a list of all members, see the NameValueCollection Members list.
See Also: Inherited members from System.Collections.Specialized.NameObjectCollectionBase
Public Properties
[read-only] | AllKeys | string[]. Gets all the keys in the current instance. |
[read-only] | Count | int. Gets the number of elements contained in the current
instance. |
[read-only] default property | Item(int) | string. Gets the value in the current instance that is associated with the
specified index. |
default property | Item(string) | string. Gets or sets the value in the current instance that is associated with the
specified key. |
Protected Properties
| IsReadOnly | bool. Gets or sets a value indicating whether the current instance is read-only. |