System::Collections::Generic::Queue::Enumerator::Enumerator constructor

Enumerator::Enumerator constructor

Constructs enumerator pointing to specific queue.

System::Collections::Generic::Queue<T>::Enumerator::Enumerator(const ThisPtr &data)
ParameterTypeDescription
dataconst ThisPtr&Queue to point to.

See Also