System::Collections::IEnumeratorImplRefType class

IEnumeratorImplRefType class

Wrapper the creates non generic IEnumerator implementation over the generic Iterator IEnumeratorImplRefType - wrapper for the Reference Types.

template<typename T>class IEnumeratorImplRefType : public System::Collections::IEnumerator
ParameterDescription
TElement type.

Methods

MethodDescription
get_Current() const overrideGets current element.
IEnumeratorImplRefType(System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<T>>>)wrapper constructor
MoveNext() overrideMoves enumerator to the next element. If no element was referenced before, sets reference to the first element available. If container end was hit, does nothing.

See Also