' < IENUMERABLE (T) > ' Interface in C#
Why we required < IEnumerable (T)> interface in C#.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vipul KelkarPosted Oct 21, 2011, 6:11 AM
Prabhu RajaPosted Oct 21, 2011, 5:53 AM
Hope this Article Will be Useful for you. Click Here
TulasiPosted Oct 21, 2011, 12:14 AM
Enumerators are used to read the data in the collection but however they cannot be used to modify the underlying collection.
check here for detailed explianation and how to use them..
http://msdn.microsoft.com/en-us/library/system.collections.ienumerator.aspx
Please mark the answer as Accepted if it helps you.