Constructors: NewQueue

NewQueue

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



 Public Function NewQueue(
	  ByRef Col As Variant ) As Queue

Parameters

Col
[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 Col parameter can be a VBA.Collection, ICollection object or an Array.

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewPlatformNotSupportedException NewRandom