Açıklaması C# IEnumerator Temel Özellikleri Hakkında 5 Basit Tablolar
GetEnumerator metodu, bir sınıfa iterasyon örgülarını kazanmıştırracak özellikleri barındıran IEnumerator nesnesi dönen bir metotdur.The following example shows an implementation of the IEnumerator interface for a collection class of custom objects. The custom object is an instance of the type Box, and the collection class is BoxCollec