Constructors: NewStack |
Initializes a new instance of the Stack class that contains elements copied from the specified collection.
Public Function NewStack( ByRef Source As Variant ) As Stack
Source can be a VBA.Collection, an object implementing ICollection, or an array.
Exception | Condition |
---|---|
ArgumentNullException | Source is Nothing or an uninitialized array. |