How to copy items from list to stack without using loop

I do have a Stack and a List. I need to copy all the items from list to stack without using loops i.e for, foreach.. etc.

Is there recommended way of doing it?

10
задан Thaadikkaaran 22 August 2017 в 10:24
поделиться