I want to change some properties of a LINQ query result object without creating a new object and manually setting every property. Is this possible?

Example:

var list = from something in someList
           select x // but change one property

13 Answers
13

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *