¡@

Home 

c# Programming Glossary: allspotted

IEnumerable vs List - What to Use? How do they work?

http://stackoverflow.com/questions/3628425/ienumerable-vs-list-what-to-use-how-do-they-work

you enumerate it Consider this public IEnumerable Animals AllSpotted return from a in Zoo.Animals where a.coat.HasSpots true select.. a Now you have a method that selects an initial sample AllSpotted plus some filters. So now you can do this var Leopards Feline.. some filters. So now you can do this var Leopards Feline AllSpotted var Hyenas Canine AllSpotted So is it faster to use List over..