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
[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 propertyItem(int) string. Gets the value in the current instance that is associated with the specified index. default propertyItem(string) string. Gets or sets the value in the current instance that is associated with the specified key.
IsReadOnly bool. Gets or sets a value indicating whether the current instance is read-only.