NameObjectCollectionBase Constructor

 

Initializes a new instance of the NameObjectCollectionBase class.

Namespace:   System.Collections.Specialized
Assembly:  System (in System.dll)

NameDescription
System_CAPS_protmethodNameObjectCollectionBase()

Initializes a new instance of the NameObjectCollectionBase class that is empty.

System_CAPS_protmethodNameObjectCollectionBase(IEqualityComparer^)

Initializes a new instance of the NameObjectCollectionBase class that is empty, has the default initial capacity, and uses the specified IEqualityComparer object.

System_CAPS_protmethodNameObjectCollectionBase(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.

System_CAPS_protmethodNameObjectCollectionBase(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.

System_CAPS_protmethodNameObjectCollectionBase(Int32, IEqualityComparer^)

Initializes a new instance of the NameObjectCollectionBase class that is empty, has the specified initial capacity, and uses the specified IEqualityComparer object.

System_CAPS_protmethodNameObjectCollectionBase(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.

System_CAPS_protmethodNameObjectCollectionBase(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.

Return to top
Show: