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

Stack::AddRange method

将元素放入栈中。

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

另见