System::Array::EnumeratorPtr typedef

EnumeratorPtr typedef

Un alias per il tipo di puntatore condiviso che punta a un oggetto IEnumerator contenente elementi del tipo T.

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

Vedi anche