This topic has not yet been rated - Rate this topic

IEnumerator<T> Members

Supports a simple iteration over a generic collection.

The IEnumerator<T> type exposes the following members.

  NameDescription
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
  NameDescription
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Current Overloaded.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.