Mono Class Library: Overview

System.Collections.Specialized.NameValueCollection: Property Members

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]
AllKeysstring[]. Gets all the keys in the current instance.
[read-only]
Countint. 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

IsReadOnlybool. Gets or sets a value indicating whether the current instance is read-only.