1 out of 1 rated this helpful - Rate this topic

Queue Constructor

Initializes a new instance of the Queue class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Queue() Initializes a new instance of the Queue class that is empty, has the default initial capacity, and uses the default growth factor.
Public method Queue(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.
Public method Queue(Int32) Initializes a new instance of the Queue class that is empty, has the specified initial capacity, and uses the default growth factor.
Public method Queue(Int32, Single) Initializes a new instance of the Queue class that is empty, has the specified initial capacity, and uses the specified growth factor.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.