NameObjectCollectionBase Hierarchy

The following table lists the classes derived from System.Collections.Specialized.NameObjectCollectionBase .

Derived Classes

Class Description
System.Collections.Specialized.NameValueCollection Represents a collection of associated String keys and String values that can be accessed either with the key or with the index.
System.Configuration.ConfigurationSectionCollection Represents a collection of related sections within a configuration file.
System.Configuration.ConfigurationSectionGroupCollection Represents a collection of ConfigurationSectionGroup objects.
System.Configuration.PropertyInformationCollection Contains a collection of PropertyInformation objects. This class cannot be inherited.
System.Management.ManagementNamedValueCollection Represents a collection of named values suitable for use as context information to WMI operations. The names are case-insensitive.
System.Web.Configuration.VirtualDirectoryMappingCollection Contains a collection of VirtualDirectoryMapping objects. This class cannot be inherited.
System.Web.HttpApplicationState Enables sharing of global information across multiple sessions and requests within an ASP.NET application.
System.Web.HttpCookieCollection Provides a type-safe way to manipulate HTTP cookies.
System.Web.HttpFileCollection Provides access to and organizes files uploaded by a client.
System.Web.HttpModuleCollection Provides a way to index and retrieve a collection of IHttpModule objects.
System.Web.SessionState.SessionStateItemCollection A collection of objects stored in session state. This class cannot be inherited.

See Also

Reference

NameObjectCollectionBase Class
NameObjectCollectionBase Members
System.Collections.Specialized Namespace
Hashtable
NameValueCollection
String

Other Resources

Performing Culture-Insensitive String Operations