[This is preliminary documentation and is subject to change.]
A base class for creating an enumerator that wraps around another enumerator
| C# | Visual Basic | Visual C++ |
public abstract class EnumeratorWrapper : IEnumerator, IDisposable
Public MustInherit Class EnumeratorWrapper _ Implements IEnumerator, IDisposable
public ref class EnumeratorWrapper abstract : IEnumerator, IDisposable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Current | ||
| Dispose()() | ||
| MoveNext()() |
When wrapping another enumerator, there are a number of common tasks that this class
takes care of, including disposing of it properly when dispose is called.
| Object | |
| EnumeratorWrapper | |