Constructors: NewQueue

NewQueue

Creates a new Queue initialized with the elements in the collection.



 Public Function NewQueue(
	  ByRef Source As Variant ) As Queue

Parameters

Source
[ByRef] Variant. The elements to place in the queue upon creation.

Return Values

Queue -  A Queue object with the elements placed in it.

Remarks

The Source parameter can be a VBA.Collection, ICollection object, or an array.

See Also

Project CorLib Overview

Class Constructors Overview