Constructors: NewStack

NewStack

Creates a new Stack object initialized with data in col.



 Public Function NewStack(
	  ByRef Col As Variant ) As Stack

Parameters

Col
[ByRef] Variant. A collection of items to initalize the Stack object with.

Return Values

Stack -  A new Stack object containing the collection of values.

Remarks

col can be a VBA.Collection, an object implementing ICollection, or an Array.

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewSortedList NewStreamReader