ArrayStack.Clone Method

Clones an stack, returning a new handle with the same size and data. This should NOT be confused with CloneHandle. This is a completely new handle with the same data but no relation to the original. It should closed when no longer needed.

ArrayStack Clone()

Return Value

New handle to the cloned stack object