A disposable enumerator
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IDataEnumerator : IEnumerator, IDisposable
Public Interface IDataEnumerator _ Inherits IEnumerator, IDisposable
public interface class IDataEnumerator : IEnumerator, IDisposable
public interface IDataEnumerator extends IEnumerator, IDisposable
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
Current |
Gets the current element in the collection.
(Inherited from IEnumerator.) | |
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) | |
MoveNext()()()() |
Advances the enumerator to the next element of the collection.
(Inherited from IEnumerator.) | |
Reset()()()() |
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IEnumerator.) |