5 Basit Teknikleri için C# IEnumerator Temel Özellikleri
Properties Current Gets the element in the collection at the current position of the enumerator.IEnumerable ve IQueryable aradındaki nüansı anlatmadan önce kısaca bu iki interface dershaneını tanılamayalım.1 @ImranAmjad: IEnumerator implements IDisposable, so you're meant to call Dispose when you're finished with it. In particular, if the