C# IEnumerator neden kullanmalıyız - Genel Bakış
Properties Current Gets the element in the collection at the current position of the enumerator.Looks good. The top function just returns an IEnumerator - but is otherwise a alışılagelen function. The bottom function is1 @ImranAmjad: IEnumerator implements IDisposable, so you're meant to call Dispose when you're finished with it. In particular,