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 | ينقل المُعدِّر إلى العنصر التالي. إذا لم يتم الإشارة إلى أي عنصر من قبل، يحدد المرجع إلى أول عنصر متاح. إذا وصل إلى نهاية الحاوية، لا يفعل شيئًا. |
انظر أيضًا