Değil Hakkında Detaylar bilinen C# IEnumerator Nasıl kullanılır
GetEnumerator metodu, bir sınıfa iterasyon gestaltlarını kazandıracak ö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 BoxCollection.