What is the purpose of ienumerable in c#?



What is the purpose of ienumerable in c#?..

Answer / Shobhit Rastogi

IEnumerable<T> is an interface in C# that allows a class or structure to be traversed using any IEnumerator. It provides a common way for collections to be iterated over without exposing the underlying implementation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what is ment by Unboxing?

3 Answers  


What is an example of a delegate?

1 Answers  


What is meant by console programming?

1 Answers  


What is delay signing..??

1 Answers   HCL,


What is the difference between dictionary and hashtable in c#?

1 Answers  


What does dbml mean?

1 Answers  


Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?

1 Answers   Siebel,


Explain how do you directly call a native function exported from a dll?

1 Answers  


Can we override constructor in c#?

1 Answers  


Tell me the difference between call by value and call by reference.

1 Answers   NIIT,


What is session variable in c#?

1 Answers  


Explain About friend and Protected friend

1 Answers  


Categories