IEnumerator Members

The following tables list the members exposed by the IEnumerator type.

Public Properties

Name Description
Public Property Current Gets the current object in a specified collection.

Public Methods

Name Description
Public Method MoveNext Advances the enumerator to the next object in a specified collection.
Public Method Reset Sets the enumerator to its initial position, immediately preceding the first object in a specified collection.

See Also

Reference

IEnumerator Interface
System.Collections Namespace