EnumeratorPtr

EnumeratorPtr typedef

An alias for shared pointer type pointing to IEnumerator object containing elements of type T.

typedef SharedPtr<Collections::Generic::IEnumerator<T> > System::Array< T >::EnumeratorPtr

See Also