C# IEnumerator neden kullanmalıyız Aptallar için
Likewise it gönül be useful to use the iterator if you want to treat (say) the first item differently to the rest: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. This code example is par