ToArray()

Stack::ToArray() method

Converts stack to array.

virtual ArrayPtr<T> System::Collections::Generic::Stack<T>::ToArray()

Return Value

Newly created element with copies of all elements in stack.

See Also