IEnumerable is the base interface for all non generic collections that can be enumerated by implemented interface System.Collections.Generic.IEnumerable<T>. IEnumerable contains a single method called GetEnumerator() which returns an IEnumerator and also provides the ability to iterate through the collection by exposing a Current property and MoveNext and Reset methods. IEnumerable functionality using the foreach syntax however implementing IEnumerable is not required. When using Visual Basic you must provide an IEnumerator implementation which is returned by GetEnumerator. When developing with C# you must provide a class that contains a Current property, and MoveNext and Reset methods as described by IEnumerator, but the class does not have to implement IEnumerator.
Ritesh Sharma
Amit Kumar
Pranay Rana
Rahul Sahay
Rahul Saxena
Vivek Tripathi
Harpreet Singh
Rizwan Ali
Vithal Wadje
Sara Silva
Arunava Bhattacharjee
Sachin Kalia
Sourav Kayal
Rahul Bansal
Ilker Kucuk
Praveen Moosad
Bechir Bejaoui
Jean Paul
Dhananjay Kumar
rajesh mg
Matthew Cochran
Jaish Mathews
Dea Saddler
Zoran Horvat
mahmoud mahmoud
John Charles Olamendy
Kirtan Patel
Puran Mehra
Sateesh Arveti
chandrakant upadhyay