This documentation is archived and is not being maintained.
NameValueCollection Properties
.NET Framework 1.1
The properties of the NameValueCollection class are listed here. For a complete list of NameValueCollection class members, see the NameValueCollection Members topic.
Public Properties
AllKeys Supported by the .NET Compact Framework. | Gets all the keys in the NameValueCollection. |
Count (inherited from NameObjectCollectionBase)
Supported by the .NET Compact Framework. | Gets the number of key-and-value pairs contained in the NameObjectCollectionBase instance. |
Item | Overloaded. Gets or sets the specified entry of the NameValueCollection.
In C#, this property is the indexer for the NameValueCollection class. |
Keys (inherited from NameObjectCollectionBase)
Supported by the .NET Compact Framework. | Gets a NameObjectCollectionBase.KeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. |
Protected Properties
IsReadOnly (inherited from NameObjectCollectionBase) | Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only. |
See Also
NameValueCollection Class | System.Collections.Specialized Namespace
Show:
