Creates a new Queue initialized with the elements in the collection.
Public Function NewQueue( ByRef Source As Variant ) As Queue
The Source parameter can be a VBA.Collection, ICollection object, or an array.
Project CorLib Overview
Class Constructors Overview