What first action compiler will take on detection of iterator ?

 Posted by Bhakti on 12/15/2009 | Category: C# Interview questions | Views: 4861
Answer:

As soon as compiler will detect iterator, it will automatically generate current, MoveNext and Disposemethods of the IEnumerator or IEnumerator(T) type.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response