System::Collections::Generic::Stack::ToArray method

Stack::ToArray method

Converts stack to array.

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

ReturnValue

Newly created element with copies of all elements in stack.

See Also