System::Array::Enumerator::Enumerator constructor

Enumerator::Enumerator constructor

Constructs a new Enumerator object that represents the specified array.

System::Array<T>::Enumerator::Enumerator(const SharedPtr<Array<T>> &arr)
ParameterTypeDescription
arrconst SharedPtr<Array<T>>&A shared pointer to the Array object

See Also