System::Collections::Generic::Stack::AddRange method

Stack::AddRange method

Puts elements into stack.

void System::Collections::Generic::Stack<T>::AddRange(IEnumerablePtr collection)
ParameterTypeDescription
collectionIEnumerablePtrContainer of elements to push into stack.

See Also