System::Array::EnumeratorPtr typedef

EnumeratorPtr typedef

一个指向包含类型为 T 的元素的 IEnumerator 对象的共享指针类型的别名。

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

另见