NameObjectCollectionBase Constructor
Initializes a new instance of the NameObjectCollectionBase class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | NameObjectCollectionBase() | Initializes a new instance of the NameObjectCollectionBase class that is empty. |
![]() | NameObjectCollectionBase(IEqualityComparer^) | Initializes a new instance of the NameObjectCollectionBase class that is empty, has the default initial capacity, and uses the specified IEqualityComparer object. |
![]() | NameObjectCollectionBase(IHashCodeProvider^, IComparer^) | Obsolete. Initializes a new instance of the NameObjectCollectionBase class that is empty, has the default initial capacity, and uses the specified hash code provider and the specified comparer. |
![]() | NameObjectCollectionBase(Int32) | Initializes a new instance of the NameObjectCollectionBase class that is empty, has the specified initial capacity, and uses the default hash code provider and the default comparer. |
![]() | NameObjectCollectionBase(Int32, IEqualityComparer^) | Initializes a new instance of the NameObjectCollectionBase class that is empty, has the specified initial capacity, and uses the specified IEqualityComparer object. |
![]() | NameObjectCollectionBase(Int32, IHashCodeProvider^, IComparer^) | Obsolete. Initializes a new instance of the NameObjectCollectionBase class that is empty, has the specified initial capacity and uses the specified hash code provider and the specified comparer. |
![]() | NameObjectCollectionBase(SerializationInfo^, StreamingContext) | Initializes a new instance of the NameObjectCollectionBase class that is serializable and uses the specified System.Runtime.Serialization::SerializationInfo and System.Runtime.Serialization::StreamingContext. |
