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.

Queue Constructor

 

Initializes a new instance of the Queue class.

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

NameDescription
System_CAPS_pubmethodQueue()

Initializes a new instance of the Queue class that is empty, has the default initial capacity, and uses the default growth factor.

System_CAPS_pubmethodQueue(ICollection^)

Initializes a new instance of the Queue class that contains elements copied from the specified collection, has the same initial capacity as the number of elements copied, and uses the default growth factor.

System_CAPS_pubmethodQueue(Int32)

Initializes a new instance of the Queue class that is empty, has the specified initial capacity, and uses the default growth factor.

System_CAPS_pubmethodQueue(Int32, Single)

Initializes a new instance of the Queue class that is empty, has the specified initial capacity, and uses the specified growth factor.

Return to top
Show:
© 2017 Microsoft