Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft