17 types derived from NameObjectCollectionBase
System (1)
compmod\system\collections\specialized\namevaluecollection.cs (1)
27
public class NameValueCollection :
NameObjectCollectionBase
{
System.Configuration (4)
System\Configuration\ConfigurationSectionCollection.cs (1)
14
public sealed class ConfigurationSectionCollection :
NameObjectCollectionBase
{
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
14
public sealed class ConfigurationSectionGroupCollection :
NameObjectCollectionBase
{
System\Configuration\ConfigurationValues.cs (1)
23
internal class ConfigurationValues :
NameObjectCollectionBase
{
System\Configuration\PropertyInformationCollection.cs (1)
23
public sealed class PropertyInformationCollection :
NameObjectCollectionBase
{
System.Management (1)
managementnamedvaluecollection.cs (1)
16
public class ManagementNamedValueCollection :
NameObjectCollectionBase
System.Web (10)
Abstractions\HttpApplicationStateBase.cs (1)
19
public abstract class HttpApplicationStateBase :
NameObjectCollectionBase
, ICollection {
Abstractions\HttpFileCollectionBase.cs (1)
20
public abstract class HttpFileCollectionBase :
NameObjectCollectionBase
, ICollection {
Configuration\VirtualDirectoryMappingCollection.cs (1)
20
public sealed class VirtualDirectoryMappingCollection :
NameObjectCollectionBase
{
httpapplicationstate.cs (1)
38
public sealed class HttpApplicationState :
NameObjectCollectionBase
{
HttpCookieCollection.cs (1)
26
public sealed class HttpCookieCollection :
NameObjectCollectionBase
{
HttpDictionary.cs (1)
20
internal class HttpDictionary :
NameObjectCollectionBase
{
HttpFileCollection.cs (1)
27
public sealed class HttpFileCollection :
NameObjectCollectionBase
{
HttpModuleCollection.cs (1)
26
public sealed class HttpModuleCollection :
NameObjectCollectionBase
{
State\SessionStateItemCollection.cs (2)
54
public sealed class SessionStateItemCollection :
NameObjectCollectionBase
, ISessionStateItemCollection {
56
class KeyedCollection :
NameObjectCollectionBase
{
System.Web.Mobile (1)
UI\MobileControls\StyleSheet.cs (1)
690
private 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>
623
private
NameObjectCollectionBase
_coll;
626
internal NameObjectKeysEnumerator(
NameObjectCollectionBase
coll) {
675
private
NameObjectCollectionBase
_coll;
677
internal 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)
57
public override
NameObjectCollectionBase
.KeysCollection Keys {
Abstractions\HttpFileCollectionWrapper.cs (1)
53
public override
NameObjectCollectionBase
.KeysCollection Keys {
Abstractions\HttpSessionStateBase.cs (1)
57
public virtual
NameObjectCollectionBase
.KeysCollection Keys {
Abstractions\HttpSessionStateWrapper.cs (1)
66
public override
NameObjectCollectionBase
.KeysCollection Keys {
State\SessionState.cs (2)
206
NameObjectCollectionBase
.KeysCollection Keys {
436
public
NameObjectCollectionBase
.KeysCollection Keys {
State\SessionStateContainer.cs (1)
279
public
NameObjectCollectionBase
.KeysCollection Keys {
State\SessionStateItemCollection.cs (2)
44
NameObjectCollectionBase
.KeysCollection Keys {
433
public override
NameObjectCollectionBase
.KeysCollection Keys {