mukund Lahane
What is the Difference between IEnumerable and IEnumerator
By mukund Lahane in ASP.NET on Sep 17 2009
  • Umar Ali
    Sep, 2012 1

    Please refer to the following URL to know the differences between IEnumerable and IEnumerator,http://onlydifferencefaqs.blogspot.in/2012/07/dotnet-programming-concepts-difference.html

    • 0
  • kalit sikka
    Sep, 2009 18

    An IEnumerator is a thing that can enumerate: it has the MoveNext, Current, and Reset methods (which in .NET code you probably won't call explicitly, though you could).

    An IEnumerable is a thing that can be enumerated...which simply means that it has a GetEnumerator method that returns an IEnumerator.

    http://kalitinterviewquestions.blogspot.com/

    • 0
  • mukund Lahane
    Sep, 2009 17

    IEnumerable have one method GetEnumerator()

    IEnumerator have one Property current and two methods Reset and MoveNext

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS