System.Collections.Generic.IEnumerator<T> public interface IEnumerator<T> : IEnumerator, IDisposable Documentation Code namespace System.Collections.Generic { public interface IEnumerator<out T> : IEnumerator, IDisposable { new T Current { get; } } }