IEnumerator(T) Members (System.Collections.Generic)

Switch View :
ScriptFree
.NET Framework Class Library
IEnumerator<T> Members

Supports a simple iteration over a generic collection.

The IEnumerator<T> type exposes the following members.

Methods

  Name Description
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework MoveNext Advances the enumerator to the next element of the collection. (Inherited from IEnumerator.)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Reset Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator.)
Top
Properties

  Name Description
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Current Overloaded.
Top
See Also

Reference