System.Collections.Generic
Interface IEnumerator<T>

All Superinterfaces:
IDisposable

public interface IEnumerator<T>
extends IDisposable

Supports a simple iteration over a generic collection.

Author:
Halofreak1990

Method Summary
 T Current()
           
 
Methods inherited from interface System.IDisposable
Dispose
 

Method Detail

Current

T Current()