Does c# have anything comparable to Python's list comprehensions
- by minty
I want to generate a list in C#. I am missing python's list comprehensions. Is there a c# way to create collections on the fly like list comprehensions or generator statements do in python?