System::Collections::Generic::Stack::Enumerator::Enumerator constructor

Enumerator::Enumerator constructor

Constructs enumerator iterating through given stack.

System::Collections::Generic::Stack<T>::Enumerator::Enumerator(const ThisPtr &data)
ParameterTypeDescription
dataconst ThisPtr&Stack to iterate through.

See Also