System::Collections::IEnumeratorImplRefType فئة

IEnumeratorImplRefType class

المغلف الذي ينشئ تنفيذ IEnumerator غير عام فوق Iterator العام IEnumeratorImplRefType - مغلف لأنواع المرجع.

template<typename T>class IEnumeratorImplRefType : public System::Collections::IEnumerator
Parameterالوصف
Tنوع العنصر.

الطرق

طريقةالوصف
get_Current() const overrideيحصل على العنصر الحالي.
IEnumeratorImplRefType(System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<T>>>)منشئ الغلاف
MoveNext() overrideينقل المُعدِّر إلى العنصر التالي. إذا لم يتم الإشارة إلى أي عنصر من قبل، يحدد المرجع إلى أول عنصر متاح. إذا وصل إلى نهاية الحاوية، لا يفعل شيئًا.

انظر أيضًا