9 types derived from NameObjectCollectionBase
AssemblyStripper (3)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\ExternTypeCollection.cs (1)
43 internal sealed class ExternTypeCollection : NameObjectCollectionBase, IList, IReflectionVisitable {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeDefinitionCollection.cs (1)
43 internal sealed class TypeDefinitionCollection : NameObjectCollectionBase, IList, IReflectionVisitable {
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24312.1\contentFiles\cs\netstandard2.0\Mono.Cecil\TypeReferenceCollection.cs (1)
43 internal sealed class TypeReferenceCollection : NameObjectCollectionBase, IList, IReflectionVisitable {
System.Collections.Specialized (1)
System\Collections\Specialized\NameValueCollection.cs (1)
21public class NameValueCollection : NameObjectCollectionBase
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationSectionCollection.cs (1)
9public sealed class ConfigurationSectionCollection : NameObjectCollectionBase
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
10public sealed class ConfigurationSectionGroupCollection : NameObjectCollectionBase
System\Configuration\ConfigurationValues.cs (1)
9internal sealed class ConfigurationValues : NameObjectCollectionBase
System\Configuration\PropertyInformationCollection.cs (1)
10public sealed class PropertyInformationCollection : NameObjectCollectionBase
System.Management (1)
artifacts\obj\System.Management\Debug\net9.0\System.Management.notsupported.cs (1)
260public 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> 486private readonly NameObjectCollectionBase _coll; 489internal NameObjectKeysEnumerator(NameObjectCollectionBase coll) 545private readonly NameObjectCollectionBase _coll; 547internal 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>