6 types derived from NameObjectCollectionBase
System.Collections.Specialized (1)
System\Collections\Specialized\NameValueCollection.cs (1)
21
public class NameValueCollection :
NameObjectCollectionBase
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationSectionCollection.cs (1)
9
public sealed class ConfigurationSectionCollection :
NameObjectCollectionBase
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
10
public sealed class ConfigurationSectionGroupCollection :
NameObjectCollectionBase
System\Configuration\ConfigurationValues.cs (1)
9
internal sealed class ConfigurationValues :
NameObjectCollectionBase
System\Configuration\PropertyInformationCollection.cs (1)
10
public sealed class PropertyInformationCollection :
NameObjectCollectionBase
System.Management (1)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (1)
260
public partial class ManagementNamedValueCollection : System.Collections.Specialized.
NameObjectCollectionBase
30 references to NameObjectCollectionBase
netstandard (1)
netstandard.cs (1)
161
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.
NameObjectCollectionBase
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
150
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.Specialized.
NameObjectCollectionBase
))]
System.Collections.Specialized (28)
System\Collections\Specialized\NameObjectCollectionBase.cs (27)
38
/// <para> Creates an empty <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance with the default initial capacity and using the default case-insensitive hash
71
/// <para>Creates an empty <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance with the specified
146
/// <para>Gets or sets a value indicating whether the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance is read-only.</para>
155
/// <para>Gets a value indicating whether the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance contains entries whose
169
/// <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
198
/// <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
235
/// <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
262
/// <para>Removes all entries from the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
278
/// the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
287
/// <para>Sets the value of the first entry with the specified key in the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/>
289
/// into the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/>
315
/// the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
325
/// <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/>
336
/// the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
353
/// <para>Returns an enumerator that can iterate through the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/>.</para>
361
/// <para>Gets the number of key-and-value pairs in the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
404
/// <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
419
/// <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
434
/// all the values in the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
458
/// <para>Returns a <see cref='System.Collections.Specialized.
NameObjectCollectionBase
.KeysCollection'/> instance containing
459
/// all the keys in the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>
486
private readonly
NameObjectCollectionBase
_coll;
489
internal NameObjectKeysEnumerator(
NameObjectCollectionBase
coll)
545
private readonly
NameObjectCollectionBase
_coll;
547
internal KeysCollection(
NameObjectCollectionBase
coll)
577
/// <see cref='System.Collections.Specialized.
NameObjectCollectionBase
.KeysCollection'/>.</para>
585
/// <para>Gets the number of keys in the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
.KeysCollection'/>.</para>
System\Collections\Specialized\NameValueCollection.cs (1)
315
/// <para>Removes the entries with the specified key from the <see cref='System.Collections.Specialized.
NameObjectCollectionBase
'/> instance.</para>