17 types derived from NameObjectCollectionBase
System (1)
compmod\system\collections\specialized\namevaluecollection.cs (1)
27public class NameValueCollection : NameObjectCollectionBase {
System.Configuration (4)
System\Configuration\ConfigurationSectionCollection.cs (1)
14public sealed class ConfigurationSectionCollection : NameObjectCollectionBase {
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
14public sealed class ConfigurationSectionGroupCollection : NameObjectCollectionBase {
System\Configuration\ConfigurationValues.cs (1)
23internal class ConfigurationValues : NameObjectCollectionBase {
System\Configuration\PropertyInformationCollection.cs (1)
23public sealed class PropertyInformationCollection : NameObjectCollectionBase {
System.Management (1)
managementnamedvaluecollection.cs (1)
16 public class ManagementNamedValueCollection : NameObjectCollectionBase
System.Web (10)
Abstractions\HttpApplicationStateBase.cs (1)
19public abstract class HttpApplicationStateBase : NameObjectCollectionBase, ICollection {
Abstractions\HttpFileCollectionBase.cs (1)
20public abstract class HttpFileCollectionBase : NameObjectCollectionBase, ICollection {
Configuration\VirtualDirectoryMappingCollection.cs (1)
20public sealed class VirtualDirectoryMappingCollection : NameObjectCollectionBase {
httpapplicationstate.cs (1)
38public sealed class HttpApplicationState : NameObjectCollectionBase {
HttpCookieCollection.cs (1)
26public sealed class HttpCookieCollection : NameObjectCollectionBase {
HttpDictionary.cs (1)
20internal class HttpDictionary : NameObjectCollectionBase {
HttpFileCollection.cs (1)
27public sealed class HttpFileCollection : NameObjectCollectionBase {
HttpModuleCollection.cs (1)
26public sealed class HttpModuleCollection : NameObjectCollectionBase {
State\SessionStateItemCollection.cs (2)
54public sealed class SessionStateItemCollection : NameObjectCollectionBase, ISessionStateItemCollection { 56class KeyedCollection : NameObjectCollectionBase {
System.Web.Mobile (1)
UI\MobileControls\StyleSheet.cs (1)
690private class StyleCollection : NameObjectCollectionBase
39 references to NameObjectCollectionBase
System (30)
compmod\system\collections\specialized\nameobjectcollectionbase.cs (29)
56/// <para> Creates an empty <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance with the default initial capacity and using the default case-insensitive hash 75/// <para>Creates an empty <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance with 89/// <para>Creates an empty <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance with the specified 102/// <para>Creates an empty <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance with the specified 300/// <para>Gets or sets a value indicating whether the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance is read-only.</para> 308/// <para>Gets a value indicating whether the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance contains entries whose 321/// <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 347/// <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 379/// <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 403/// <para>Removes all entries from the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 418/// the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 426/// <para>Sets the value of the first entry with the specified key in the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> 428/// into the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> 451/// the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 460/// <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> 470/// the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 486/// <para>Returns an enumerator that can iterate through the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/>.</para> 493/// <para>Gets the number of key-and-value pairs in the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 541/// <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 555/// <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 569/// all the values in the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 590/// <para>Returns a <see cref='System.Collections.Specialized.NameObjectCollectionBase.KeysCollection'/> instance containing 591/// all the keys in the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para> 623private NameObjectCollectionBase _coll; 626internal NameObjectKeysEnumerator(NameObjectCollectionBase coll) { 675private NameObjectCollectionBase _coll; 677internal KeysCollection(NameObjectCollectionBase coll) { 703/// <see cref='System.Collections.Specialized.NameObjectCollectionBase.KeysCollection'/>.</para> 710/// <para>Gets the number of keys in the <see cref='System.Collections.Specialized.NameObjectCollectionBase.KeysCollection'/>.</para>
compmod\system\collections\specialized\namevaluecollection.cs (1)
320/// <para>Removes the entries with the specified key from the <see cref='System.Collections.Specialized.NameObjectCollectionBase'/> instance.</para>
System.Web (9)
Abstractions\HttpApplicationStateWrapper.cs (1)
57public override NameObjectCollectionBase.KeysCollection Keys {
Abstractions\HttpFileCollectionWrapper.cs (1)
53public override NameObjectCollectionBase.KeysCollection Keys {
Abstractions\HttpSessionStateBase.cs (1)
57public virtual NameObjectCollectionBase.KeysCollection Keys {
Abstractions\HttpSessionStateWrapper.cs (1)
66public override NameObjectCollectionBase.KeysCollection Keys {
State\SessionState.cs (2)
206NameObjectCollectionBase.KeysCollection Keys { 436public NameObjectCollectionBase.KeysCollection Keys {
State\SessionStateContainer.cs (1)
279public NameObjectCollectionBase.KeysCollection Keys {
State\SessionStateItemCollection.cs (2)
44NameObjectCollectionBase.KeysCollection Keys { 433public override NameObjectCollectionBase.KeysCollection Keys {