System::Collections::Generic::Stack::AddRange 方法

Stack::AddRange method

将元素放入栈中。

void System::Collections::Generic::Stack<T>::AddRange(IEnumerablePtr collection)
ParameterType描述
集合IEnumerablePtr要推入堆栈的元素容器。

另见